mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
secrets module overhaul, moving back to bitwarden, removed glauca dyndns
This commit is contained in:
parent
1391eabee4
commit
57b35ead89
26 changed files with 190 additions and 192 deletions
|
|
@ -6,4 +6,8 @@
|
|||
persistentRoot = "/var/lib/kat/secrets";
|
||||
external = true;
|
||||
};
|
||||
|
||||
kw.secrets.command = let
|
||||
bitw = pkgs.writeShellScriptBin "bitw" ''${pkgs.rbw-bitw}/bin/bitw -p gpg://${config.kw.secrets.repo.bitw.source} "$@"'';
|
||||
in "${bitw}/bin/bitw get";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue