Skip to content

Commit

Permalink
[nixops/server] activate automatic gc
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Nov 3, 2016
1 parent 6cc9862 commit e6f21e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixops/configurations/server.pascal-wittmann.de/default.nix
Expand Up @@ -37,6 +37,9 @@
];

nix.maxJobs = 2;
nix.gc.automatic = true;
nix.gc.dates = "06:00";

system.autoUpgrade.enable = true;
system.autoUpgrade.channel = https://nixos.org/channels/nixos-16.03;
systemd.services.nixos-upgrade.environment.NIXOS_CONFIG = pkgs.writeText "configuration.nix" ''
Expand Down

0 comments on commit e6f21e2

Please sign in to comment.