hosts/plover: reformat code

This commit is contained in:
Gabriel Arazas 2022-12-12 20:34:23 +08:00
parent 6c02598f35
commit 8021cb270e

View File

@ -2,6 +2,7 @@
let
inherit (builtins) toString;
domain = config.networking.domain;
passwordManagerDomain = "pass.${domain}";
codeForgeDomain = "code.${domain}";
@ -33,8 +34,6 @@ in
80 # HTTP servers.
433 # HTTPS servers.
config.services.gitea.httpPort
config.services.vaultwarden.config.ROCKET_PORT
];
};
@ -54,7 +53,7 @@ in
in
getSecrets (
let
giteaUserGroup = config.users.users."${config.services.gitea.user}".name;
giteaUserGroup = config.users.users."${config.services.gitea.user}".group;
# It is hardcoded but as long as the module is stable that way.
vaultwardenUserGroup = config.users.groups.vaultwarden.name;