nixos server configurations
1
fork

Configure Feed

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

update autoupgrade flake URL to use SSH knot address

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