Change update source
This commit is contained in:
parent
2220fa33ce
commit
9508c7391a
|
@ -75,4 +75,7 @@
|
|||
locations."/" = { proxyPass = "http://localhost:3000"; };
|
||||
};
|
||||
|
||||
# Update later than everyone else, since this one hosts our updates
|
||||
system.autoUpgrade.dates = "6:00";
|
||||
|
||||
}
|
||||
|
|
|
@ -39,9 +39,9 @@ with lib; {
|
|||
enable = true;
|
||||
allowReboot = true;
|
||||
# Update from the flake
|
||||
flake = "git+https://git.sr.ht/~thatonelutenist/system-flake?ref=trunk";
|
||||
flake = "git+https://git.stranger.systems/nix/System";
|
||||
# Attempt to update daily at 2AM
|
||||
dates = "2:00";
|
||||
dates = lib.mkDefault "2:00";
|
||||
};
|
||||
})
|
||||
# Systemd user service cludge
|
||||
|
|
Loading…
Reference in New Issue