mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 21:29:12 +02:00
feat: winters <> summers parity
This commit is contained in:
parent
7cacce85a0
commit
04e3bcefc3
144 changed files with 3628 additions and 732 deletions
|
|
@ -3,9 +3,9 @@ writeShellApplication {
|
|||
inherit name;
|
||||
runtimeInputs = [ sops ];
|
||||
text = ''
|
||||
sops updatekeys ${homeConfig.homeDirectory}/secrets/repo/*
|
||||
sops updatekeys ${homeConfig.homeDirectory}/secrets/nginx/*
|
||||
sops updatekeys ${homeConfig.homeDirectory}/secrets/work/*
|
||||
sops updatekeys ${homeConfig.homeDirectory}/hosts/*/*/*/secrets/*/secrets.yaml
|
||||
sops updatekeys ${homeConfig.swarselsystems.flakePath}/secrets/repo/*
|
||||
sops updatekeys ${homeConfig.swarselsystems.flakePath}/secrets/nginx/*
|
||||
sops updatekeys ${homeConfig.swarselsystems.flakePath}/secrets/work/*
|
||||
sops updatekeys ${homeConfig.swarselsystems.flakePath}/hosts/*/*/*/secrets/*/secrets.yaml
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue