misc fixes

This commit is contained in:
2024-10-07 21:46:36 -04:00
parent 2cb40a775c
commit 1c2dd9bcb0
7 changed files with 42 additions and 16 deletions

View File

@@ -17,6 +17,7 @@
./services/immich.nix
./services/gitea.nix
./services/minecraft.nix
./services/llm.nix
];
systemd.targets = {
@@ -26,8 +27,6 @@
hybrid-sleep.enable = false;
};
powerManagement.powertop.enable = true;
nix = {
#garbage collection and cleanup stuff
gc = {
@@ -64,11 +63,11 @@
compressor = "zstd";
compressorArgs = [ "-19" ];
};
kernelModules = [
# kernel module for case fan control
"nct6775"
];
};
environment.etc = {
@@ -230,6 +229,7 @@
"minecraft"
"gitea"
"jellyfin"
"ollama"
];
hashedPasswordFile = "/etc/nixos/secrets/hashedPass";