WIP sops for Lilim -> enable pure eval.
This commit is contained in:
parent
b37af57fd5
commit
908b709439
6 changed files with 67 additions and 7 deletions
13
machines/Lilim/sops.nix
Normal file
13
machines/Lilim/sops.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
sops = {
|
||||
defaultSopsFile = ./secrets.yaml;
|
||||
age = {
|
||||
keyFile = "/var/lib/sops-nix/key.txt";
|
||||
generateKey = true;
|
||||
};
|
||||
# TODO: auto loop over users
|
||||
secrets."users/derped/password".neededForUsers = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue