refactor(sops): Move secret definitions to specific modules
This commit is contained in:
parent
767a14ab6e
commit
ee388398e5
14 changed files with 78 additions and 98 deletions
|
|
@ -114,4 +114,7 @@ in
|
|||
paths = [ "/var/lib/private/starbound/storage/universe/" ];
|
||||
pauseServices = [ "starbound.service" ];
|
||||
};
|
||||
|
||||
# Accessed via systemd cred through /run/secrets/steam
|
||||
sops.secrets."steam/tlater" = { };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue