From 57c0d3cf16945a29ed6e3d20bfb0b24ead2194be Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 3 Mar 2024 14:39:59 +0100 Subject: [PATCH] hosts/jericho: simplify partitioning --- hosts/jericho/hardware-configuration.nix | 10 ---------- 1 file changed, 10 deletions(-) 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; }