re-enable wheatley

This commit is contained in:
Lillian Violet 2026-01-08 14:40:59 +01:00
parent 709f046893
commit 9fe280f753
2 changed files with 12 additions and 10 deletions

View file

@ -259,16 +259,16 @@
]; ];
}; };
# wheatley = nixpkgs.lib.nixosSystem { wheatley = nixpkgs.lib.nixosSystem {
# system = "aarch64-linux"; system = "aarch64-linux";
# specialArgs = {inherit inputs outputs;}; specialArgs = {inherit inputs outputs;};
# modules = modules =
# sharedModules sharedModules
# ++ [ ++ [
# {_module.args = {inherit pkgs-edge;};} {_module.args = {inherit pkgs-edge;};}
# ./nixos/hosts/wheatley/configuration.nix ./nixos/hosts/wheatley/configuration.nix
# ]; ];
# }; };
}; };
}; };
} }

View file

@ -16,6 +16,8 @@
# Import shared settings # Import shared settings
]; ];
preservation.enable = lib.mkForce false;
hardware.enableRedistributableFirmware = true; hardware.enableRedistributableFirmware = true;
powerManagement.cpuFreqGovernor = "ondemand"; powerManagement.cpuFreqGovernor = "ondemand";
hardware.graphics.enable = true; hardware.graphics.enable = true;