From 5e1fb650c522ca7ec333ea70d8b347293a1ca442 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Fri, 2 Aug 2024 18:20:39 +0200 Subject: [PATCH] add /boot fs to fasu --- hosts/fasu.nix | 5 +++++ 1 file changed, 5 insertions(+) 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"