home-server/hosts/vps/configuration.nix

10 lines
185 B
Nix
Raw Normal View History

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