diff --git a/hosts/veil/hardware-configuration.nix b/hosts/veil/hardware-configuration.nix index f6e4199..56d6ae1 100644 --- a/hosts/veil/hardware-configuration.nix +++ b/hosts/veil/hardware-configuration.nix @@ -14,19 +14,17 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/efaa7991-10ec-4c9b-b8e1-f8494f1786f9"; + { device = "/dev/disk/by-uuid/4dda19d7-0520-424e-87e6-771fbfed6ec4"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/5DB3-F970"; + { device = "/dev/disk/by-uuid/AB15-6303"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; }; - swapDevices = - [ { device = "/dev/disk/by-uuid/4dbfb986-1e81-4fcb-abea-21dd933cf581"; } - ]; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's