WIP: Add sops

This commit is contained in:
Tristan Daniël Maat 2022-01-18 18:59:50 +00:00
parent 9e9680ddf7
commit e9c9dbfa41
Signed by: tlater
GPG key ID: 49670FD774E43268
4 changed files with 62 additions and 2 deletions

View file

@ -34,6 +34,16 @@
time.timeZone = "Europe/London";
sops = {
gnupg = {
home = "/var/lib/sops";
sshKeyPaths = [ ];
};
defaultSopsFile = "/etc/sops/secrets.yaml";
validateSopsFiles = false;
};
users.users.tlater = {
isNormalUser = true;
extraGroups = [ "wheel" ];