From eee8ffa30773602391cc5264d721e30410e4f2c9 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 6 Nov 2021 20:48:42 +0700 Subject: Prepare for NixOS reinstallation --- nix/hardware-configuration.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'nix/hardware-configuration.nix') diff --git a/nix/hardware-configuration.nix b/nix/hardware-configuration.nix index 9ac7c6c..4ed5ba4 100644 --- a/nix/hardware-configuration.nix +++ b/nix/hardware-configuration.nix @@ -29,15 +29,15 @@ fsType = "ext4"; }; - "/data" = { - device = "/dev/disk/by-uuid/02594f2b-d681-49fc-8f4a-0616d44c8987"; - fsType = "ext4"; - }; + # "/data" = { + # device = "/dev/disk/by-uuid/02594f2b-d681-49fc-8f4a-0616d44c8987"; + # fsType = "ext4"; + # }; }; - swapDevices = [ - { device = "/dev/disk/by-uuid/6f45a147-3b44-4eb9-8ac3-2201e80cff5e"; } - ]; + # swapDevices = [ + # { device = "/dev/disk/by-uuid/6f45a147-3b44-4eb9-8ac3-2201e80cff5e"; } + # ]; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; } -- cgit 1.4.1