Add Forgejo service and auto-upgrade configuration

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ellie 2026-02-15 19:45:37 -08:00
parent 4f4302b7b7
commit 50007f068e
3 changed files with 8 additions and 4 deletions

8
flake.lock generated
View file

@ -27,11 +27,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1771196666, "lastModified": 1771212716,
"narHash": "sha256-mEdhnyzuW2fTP/dBpJE6EnvTH2fbQXOOwZgjJ1trQmU=", "narHash": "sha256-7oQXqJPzn7ANxr5CmD9ygKAqNXnQNy715OwP7Vjza34=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "55ccfdb9733347f1985206e782d6fd89e46c15c3", "rev": "77928a62b4fb8a23a50294128da0dc5e1abb15f4",
"revCount": 6089, "revCount": 6103,
"type": "git", "type": "git",
"url": "https://forgejo.ellis.link/continuwuation/continuwuity" "url": "https://forgejo.ellis.link/continuwuation/continuwuity"
}, },

View file

@ -66,5 +66,7 @@
sops sops
]; ];
system.autoUpgrade.flake = "git+https://forgejo.ellie.town/wizzy/home-server#home-server";
system.stateVersion = "25.05"; system.stateVersion = "25.05";
} }

View file

@ -3,5 +3,7 @@
{ {
boot.loader.grub.enable = true; boot.loader.grub.enable = true;
system.autoUpgrade.flake = "git+https://forgejo.ellie.town/wizzy/home-server#vps";
sops.age.keyFile = "/var/lib/sops-nix/key.txt"; sops.age.keyFile = "/var/lib/sops-nix/key.txt";
} }