1
0
Fork 0

Adding Auto Update to NAS

This commit is contained in:
phartman 2024-10-13 01:13:25 -05:00
parent 2f8a45c405
commit 9104f89601

View file

@ -190,6 +190,11 @@
# Or disable the firewall altogether. # Or disable the firewall altogether.
# networking.firewall.enable = false; # networking.firewall.enable = false;
# Enable Automatic Upgrades
system.autoUpgrade.enable = true;
nix.gc.automatic = true;
nix.gc.dates = "weekly"; # Run garbage collection weekly to free up disk space
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave # on your system were taken. Its perfectly fine and recommended to leave