add /boot fs to fasu

This commit is contained in:
Sebastian Moser
2024-08-02 18:20:39 +02:00
parent c41c247215
commit 5e1fb650c5

View File

@@ -17,6 +17,11 @@
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/boot" = {
device = "/dev/disk/by-label/fasu-boot";
fsType = "fat32";
};
# allow acern to ssh into server # allow acern to ssh into server
users.users.server.openssh.authorizedKeys.keys = [ users.users.server.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHTV1VoNAjMha5IP+qb8XABDo02pW3iN0yPBIbSqZA27 me@acern" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHTV1VoNAjMha5IP+qb8XABDo02pW3iN0yPBIbSqZA27 me@acern"