diff --git a/hosts/fasu.nix b/hosts/fasu.nix index 21e5a07..f45031a 100644 --- a/hosts/fasu.nix +++ b/hosts/fasu.nix @@ -17,6 +17,11 @@ fsType = "ext4"; }; + fileSystems."/boot" = { + device = "/dev/disk/by-label/fasu-boot"; + fsType = "fat32"; + }; + # allow acern to ssh into server users.users.server.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHTV1VoNAjMha5IP+qb8XABDo02pW3iN0yPBIbSqZA27 me@acern"