7 lines
99 B
Nix
7 lines
99 B
Nix
{ ... }:
|
|
|
|
{
|
|
boot.loader.grub.enable = true;
|
|
|
|
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
|
|
}
|