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 {
|
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
|
||||||
# ];
|
];
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue