refact(luffy): folder + 24.11 compatibility
This commit is contained in:
parent
2cacfb7907
commit
62605df4b6
2 changed files with 8 additions and 9 deletions
|
@ -72,13 +72,13 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../modules/console.nix
|
../../modules/console.nix
|
||||||
../modules/desktop.nix
|
../../modules/desktop.nix
|
||||||
../modules/fonts.nix
|
../../modules/fonts.nix
|
||||||
../modules/home-config.nix
|
../../modules/home-config.nix
|
||||||
../modules/laptop.nix
|
../../modules/laptop.nix
|
||||||
../modules/local-dev.nix
|
../../modules/local-dev.nix
|
||||||
../modules/nixos.nix
|
../../modules/nixos.nix
|
||||||
];
|
];
|
||||||
services.eris-server = {
|
services.eris-server = {
|
||||||
enable = true;
|
enable = true;
|
|
@ -87,8 +87,7 @@
|
||||||
#nixpkgs.config.allowBroken = true;
|
#nixpkgs.config.allowBroken = true;
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
hardware.opengl.enable = true;
|
hardware.graphics.enable = true;
|
||||||
hardware.opengl.driSupport = true;
|
|
||||||
powerManagement = {
|
powerManagement = {
|
||||||
# Enable gradually increasing/decreasing CPU frequency, rather than using
|
# Enable gradually increasing/decreasing CPU frequency, rather than using
|
||||||
# "powersave", which would keep CPU frequency at 0.8GHz.
|
# "powersave", which would keep CPU frequency at 0.8GHz.
|
Loading…
Add table
Reference in a new issue