From c35cd9d5fecaa374158250af7f3cb0bbdcd2dbcb Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Thu, 3 Oct 2024 11:53:50 +0200 Subject: [PATCH] add /boot --- hosts/vulpecula/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/vulpecula/hardware-configuration.nix b/hosts/vulpecula/hardware-configuration.nix index c21b1ac..2dfe6c0 100644 --- a/hosts/vulpecula/hardware-configuration.nix +++ b/hosts/vulpecula/hardware-configuration.nix @@ -18,6 +18,11 @@ fsType = "ext4"; }; + fileSystems."/boot" = + { device = "/dev/disk/by-uuid/a4663362-baee-4746-94a4-808e4e144c40"; + fsType = "ext4"; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking