mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: cleanup
This commit is contained in:
parent
a8daed1d10
commit
e9da090c2a
67 changed files with 4146 additions and 2727 deletions
|
|
@ -10,6 +10,8 @@ let
|
|||
serviceName = "croc";
|
||||
serviceDomain = config.repo.secrets.common.services.domains.${serviceName};
|
||||
|
||||
inherit (config.swarselsystems) sopsFile;
|
||||
|
||||
cfg = config.services.croc;
|
||||
in
|
||||
{
|
||||
|
|
@ -18,7 +20,7 @@ in
|
|||
|
||||
sops = {
|
||||
secrets = {
|
||||
croc-password = { };
|
||||
croc-password = { inherit sopsFile; };
|
||||
};
|
||||
|
||||
templates = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue