programs: add sops

This commit is contained in:
DashieTM 2024-05-14 20:38:33 +02:00
parent ac51db1c7e
commit fcf4fc3064
10 changed files with 151 additions and 29 deletions

View file

@ -47,6 +47,7 @@ in
neofetch
brave
greetd.regreet
sops
(callPackage
../override/oxinoti.nix
{ })
@ -110,4 +111,16 @@ in
{
FLAKE = "home/dasshie/gits/dotFiles/nix";
};
sops = {
gnupg = {
home = "~/.gnupg";
sshKeyPaths = [ ];
};
defaultSopsFile = ../secrets/secrets.yaml;
secrets.hub = { };
secrets.lab = { };
secrets.dashie = { };
};
systemd.user.services.mbsync.Unit.After = [ "sops-nix.service" ];
}