re-enable wheatley
This commit is contained in:
parent
709f046893
commit
9fe280f753
2 changed files with 12 additions and 10 deletions
20
flake.nix
20
flake.nix
|
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@
|
|||
# Import shared settings
|
||||
];
|
||||
|
||||
preservation.enable = lib.mkForce false;
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
powerManagement.cpuFreqGovernor = "ondemand";
|
||||
hardware.graphics.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue