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

View file

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

View file

@ -3,5 +3,7 @@
{
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";
}