Compare commits
2 commits
bb13c54775
...
a9b044b1f1
Author | SHA1 | Date | |
---|---|---|---|
a9b044b1f1 | |||
5b0d953272 |
2 changed files with 5 additions and 2 deletions
|
@ -29,11 +29,11 @@ in rec {
|
||||||
home-manager.nixosModule
|
home-manager.nixosModule
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
lucy = nixpkgs.lib.nixosSystem {
|
luci = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit stateVersion;
|
inherit stateVersion;
|
||||||
hostname = "lucy";
|
hostname = "luci";
|
||||||
username = "ephase";
|
username = "ephase";
|
||||||
hostConfig = {
|
hostConfig = {
|
||||||
gaming = false;
|
gaming = false;
|
||||||
|
|
|
@ -51,4 +51,7 @@
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
hardware.opengl.enable = true;
|
||||||
|
hardware.opengl.driSupport = true;
|
||||||
|
hardware.opengl.driSupport32Bit = true;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue