We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f4454 commit cb6cbdfCopy full SHA for cb6cbdf
deploy
@@ -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
@@ -17,6 +17,11 @@
17
18
nixpkgs.config.allowUnfree = true;
19
20
+ system.autoUpgrade = {
21
+ enable = true;
22
+ flake = "github:acm-uic/simple-ts-clock";
23
+ };
24
25
age.secrets.acmclock = {
26
file = ../enc.env;
27
};
0 commit comments