Skip to content

Commit 7781005

Browse files
committed
Add system.autoUpgrade to poll for new versions every day at 0440 hours.
1 parent cb17446 commit 7781005

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

deploy

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
nixos-rebuild switch --flake .# --build-host [email protected] --target-host [email protected]

nix/system.nix

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717

1818
nixpkgs.config.allowUnfree = true;
1919

20+
system.autoUpgrade = {
21+
enable = true;
22+
flake = "github:acm-uic/simple-ts-clock";
23+
};
24+
2025
age.secrets.acmclock = {
2126
file = ../enc.env;
2227
};

0 commit comments

Comments
 (0)