home-server/hosts/vps/configuration.nix

11 lines
226 B
Nix
Raw Normal View History

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