poseidon: move boot btrfs line

This commit is contained in:
Antoine Martin 2021-03-24 22:04:33 +01:00
parent 5c0ec171cf
commit 29ab966ea4

View file

@ -17,6 +17,8 @@ in
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only
boot.supportedFilesystems = [ "btrfs" ];
networking.hostName = "poseidon"; # Define your hostname.
networking.domain = "alarsyo.net";
@ -129,7 +131,4 @@ in
services.openssh.enable = true;
services.openssh.permitRootLogin = "no";
services.openssh.passwordAuthentication = false;
boot.supportedFilesystems = [ "btrfs" ];
}