hosts/jericho: simplify partitioning
This commit is contained in:
parent
81a038da36
commit
57c0d3cf16
1 changed files with 0 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue