transmission fixed
This commit is contained in:
parent
2c6cec5178
commit
2eb97ddc2c
3 changed files with 43 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue