transmission fixed

This commit is contained in:
Elias Gasparis 2025-05-07 15:50:08 +08:00
parent 2c6cec5178
commit 2eb97ddc2c
3 changed files with 43 additions and 15 deletions

View file

@ -49,15 +49,20 @@
# ZFS
services.zfs.autoScrub.enable = true;
# Nix settings
nix = {
settings = {
#experimental-features = [ "nix-command" "flakes" ];
download-buffer-size = "2G";
warn-dirty = false;
# garbage collection
gc.automatic = true;
optimise.automatic = true;
};
# garbage collection
gc = {
automatic = true;
};
optimise = {
automatic = true;
};
};
@ -141,6 +146,7 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ];
fastfetch
htop
btop
hollywood
curl
wget
restic