Move boot options to host, enable sshd

This commit is contained in:
John Locke 2024-03-21 20:29:38 -07:00
parent a7e38ae843
commit 3cdaf34ae9
2 changed files with 7 additions and 5 deletions

View file

@ -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