9 lines
185 B
Nix
9 lines
185 B
Nix
{ ... }:
|
|
|
|
{
|
|
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";
|
|
}
|