home-server/hosts/vps/configuration.nix

8 lines
99 B
Nix
Raw Normal View History

{ ... }:
{
boot.loader.grub.enable = true;
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
}