Initialer Upload
initialer Upload der Config Files
This commit is contained in:
parent
ca9c86d6d1
commit
29efa52ccd
5 changed files with 223 additions and 0 deletions
12
maintenance.nix
Normal file
12
maintenance.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{config, libs, pkgs, ... }:
|
||||
{
|
||||
# Enable Automatic Updates
|
||||
system.autoUpgrade.enable = true;
|
||||
system.autoUpgrade.allowReboot = true;
|
||||
|
||||
# Enable Automatic Garbage Collection
|
||||
nix.gc.automatic = true;
|
||||
|
||||
# Use Links to save Disk Space
|
||||
nix.optimise.automatic = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue