diff --git a/hosts/jericho/hardware-configuration.nix b/hosts/jericho/hardware-configuration.nix index 69f1c6c..5552b93 100644 --- a/hosts/jericho/hardware-configuration.nix +++ b/hosts/jericho/hardware-configuration.nix @@ -18,16 +18,6 @@ fsType = "vfat"; }; - fileSystems."/home" = { - device = "/dev/disk/by-partlabel/home"; - fsType = "xfs"; - }; - - fileSystems."/srv/data" = { - device = "/dev/disk/by-partlabel/data"; - fsType = "xfs"; - }; - powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; hardware.sensor.iio.enable = true; }