home-server/hosts/vps/configuration.nix
Ellie b8402a9049 Initial commit
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 14:57:00 -08:00

7 lines
99 B
Nix

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