programs: add sops
This commit is contained in:
parent
ac51db1c7e
commit
fcf4fc3064
10 changed files with 151 additions and 29 deletions
|
|
@ -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" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue