diff --git a/hosts/riv-01/hardware-configuration.nix b/hosts/riv-01/hardware-configuration.nix index 794876c..df9ad4c 100644 --- a/hosts/riv-01/hardware-configuration.nix +++ b/hosts/riv-01/hardware-configuration.nix @@ -27,11 +27,6 @@ boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; - fileSystems."/" = { - device = "/dev/disk/by-uuid/63ac2dac-0300-491d-aca3-8cd42227c347"; - fsType = "ext4"; - }; - # 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 # still possible to use this option, but it's recommended to use it in conjunction