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 {
# system = "aarch64-linux";
# specialArgs = {inherit inputs outputs;};
# modules =
# sharedModules
# ++ [
# {_module.args = {inherit pkgs-edge;};}
# ./nixos/hosts/wheatley/configuration.nix
# ];
# };
wheatley = nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
specialArgs = {inherit inputs outputs;};
modules =
sharedModules
++ [
{_module.args = {inherit pkgs-edge;};}
./nixos/hosts/wheatley/configuration.nix
];
};
};
};
}

View file

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