nixos server configurations
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

enable auto upgrade

+2 -2
+2 -2
modules/auto-upgrade.nix
··· 1 1 { 2 2 system.autoUpgrade = { 3 - enable = false; # TODO 4 - flake = "git+https://tangled.org/starhaven.dev/infra"; # TODO 3 + enable = true; 4 + flake = "git+https://tangled.org/starhaven.dev/infra"; 5 5 flags = [ 6 6 "-L" # print build logs 7 7 ];