diff --git a/hosts/swan/hardware-configuration.nix b/hosts/swan/hardware-configuration.nix index bcf62c3..f8d211c 100644 --- a/hosts/swan/hardware-configuration.nix +++ b/hosts/swan/hardware-configuration.nix @@ -12,6 +12,16 @@ boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; + fileSystems."/" = { + device = "/dev/disk/by-label/nixos"; + fsType = "ext4"; + }; + + fileSystems."/boot" = { + device = "/dev/disk/by-label/boot"; + fsType = "vfat"; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking