diff --git a/hosts/nb/hardware-configuration.nix b/hosts/nb/hardware-configuration.nix index f2d08c3..a1538fb 100644 --- a/hosts/nb/hardware-configuration.nix +++ b/hosts/nb/hardware-configuration.nix @@ -45,6 +45,11 @@ systemd.enable = true; }; + fileSystems."/boot" = { + device = "/dev/disk/by-label/boot"; + fsType = "vfat"; + }; + fileSystems."/nix" = { device = "/dev/mapper/root"; fsType = "btrfs";