This commit is contained in:
2025-06-11 22:29:03 +03:00
parent 1f005a5385
commit 0ff17695aa
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -86,9 +86,10 @@ let
};
services = {
power-profiles-daemon.enable = lib.mkForce false;
earlyoom.enable = true;
preload.enable = true;
#auto-cpufreq.enable = true;
auto-cpufreq.enable = true;
throttled.enable = true;
nginx = {
enable = false;
+4 -4
View File
@@ -11,7 +11,7 @@ let
imports = [
#inputs.self.homeModules.default
#inputs.self.homeModules.links
]++ (builtins.attrValues inputs.self.homeModules);
] ++ (builtins.attrValues inputs.self.homeModules);
xdg = {
configFile = {
"beets" = {
@@ -57,9 +57,9 @@ let
useUserPackages = true;
users.${inputs.zeroq.devices.admin} = homeModule;
sharedModules = [ inputs.plasma-manager.homeManagerModules.plasma-manager ];
# extraSpecialArgs = {
# inherit (config.networking) hostName;
# };
# extraSpecialArgs = {
# inherit (config.networking) hostName;
# };
};
};
in