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
|
|
@ -6,6 +6,8 @@ let
|
|||
serviceGroup = serviceUser;
|
||||
serviceDomain = config.repo.secrets.common.services.domains.${serviceName};
|
||||
|
||||
inherit (config.swarselsystems) sopsFile;
|
||||
|
||||
cfg = config.services.${serviceName};
|
||||
in
|
||||
{
|
||||
|
|
@ -23,9 +25,9 @@ in
|
|||
|
||||
sops = {
|
||||
secrets = {
|
||||
microbin-admin-username = { owner = serviceUser; group = serviceGroup; mode = "0440"; };
|
||||
microbin-admin-password = { owner = serviceUser; group = serviceGroup; mode = "0440"; };
|
||||
microbin-uploader-password = { owner = serviceUser; group = serviceGroup; mode = "0440"; };
|
||||
microbin-admin-username = { inherit sopsFile; owner = serviceUser; group = serviceGroup; mode = "0440"; };
|
||||
microbin-admin-password = { inherit sopsFile; owner = serviceUser; group = serviceGroup; mode = "0440"; };
|
||||
microbin-uploader-password = { inherit sopsFile; owner = serviceUser; group = serviceGroup; mode = "0440"; };
|
||||
};
|
||||
|
||||
templates = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue