From 0cf25afdc754ef0e2fe80a814762776944e0ee36 Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 13 Feb 2024 11:12:11 +0100 Subject: [PATCH 1/2] hosts/krypton: Remove archroot mount point --- hosts/krypton/hardware-configuration.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/hosts/krypton/hardware-configuration.nix b/hosts/krypton/hardware-configuration.nix index 9189b6d..a27b261 100644 --- a/hosts/krypton/hardware-configuration.nix +++ b/hosts/krypton/hardware-configuration.nix @@ -8,7 +8,7 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "rtsx_pci_sdmmc" ]; + boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; boot.initrd.kernelModules = [ "dm-snapshot" ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; @@ -28,11 +28,6 @@ fsType = "vfat"; }; - fileSystems."/archroot" = - { device = "/dev/disk/by-uuid/07e2ce46-4734-47ff-b7f2-35da4a5511ab"; - fsType = "ext4"; - }; - swapDevices = [ { device = "/dev/disk/by-uuid/9b325780-17b2-4c0f-a3df-58f9963e1db0"; } ]; @@ -47,6 +42,5 @@ # networking.interfaces.wwp0s20f0u3.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; } From 63bab26733e4b370b30c23d92bd376c22b1ed142 Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 13 Feb 2024 11:12:34 +0100 Subject: [PATCH 2/2] flake.lock: Update nixpkgs-krypton --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 6cacba3..f4b8a06 100644 --- a/flake.lock +++ b/flake.lock @@ -196,11 +196,11 @@ }, "nixpkgs-krypton": { "locked": { - "lastModified": 1706371002, - "narHash": "sha256-dwuorKimqSYgyu8Cw6ncKhyQjUDOyuXoxDTVmAXq88s=", + "lastModified": 1707546158, + "narHash": "sha256-nYYJTpzfPMDxI8mzhQsYjIUX+grorqjKEU9Np6Xwy/0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c002c6aa977ad22c60398daaa9be52f2203d0006", + "rev": "d934204a0f8d9198e1e4515dd6fec76a139c87f0", "type": "github" }, "original": {