Move boot options to host, enable sshd
This commit is contained in:
parent
a7e38ae843
commit
3cdaf34ae9
2 changed files with 7 additions and 5 deletions
|
@ -18,6 +18,10 @@
|
|||
networking.hostName = "valhalla"; # Define your hostname.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue