hosts/jericho: simplify partitioning

This commit is contained in:
Max Headroom 2024-03-03 14:39:59 +01:00
parent 81a038da36
commit 57c0d3cf16

View file

@ -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;
}