home-server/hosts/vps/configuration.nix
2026-02-21 12:23:54 -08:00

10 lines
226 B
Nix

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