home-server/hosts/vps/configuration.nix
Ellie 50007f068e Add Forgejo service and auto-upgrade configuration
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 19:45:37 -08:00

9 lines
185 B
Nix

{ ... }:
{
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";
}