misc fixes
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user