mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-15 06:19:00 +00:00
hosts/plover: reformat code
This commit is contained in:
parent
6c02598f35
commit
8021cb270e
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
inherit (builtins) toString;
|
inherit (builtins) toString;
|
||||||
|
|
||||||
domain = config.networking.domain;
|
domain = config.networking.domain;
|
||||||
passwordManagerDomain = "pass.${domain}";
|
passwordManagerDomain = "pass.${domain}";
|
||||||
codeForgeDomain = "code.${domain}";
|
codeForgeDomain = "code.${domain}";
|
||||||
@ -33,8 +34,6 @@ in
|
|||||||
80 # HTTP servers.
|
80 # HTTP servers.
|
||||||
433 # HTTPS servers.
|
433 # HTTPS servers.
|
||||||
|
|
||||||
config.services.gitea.httpPort
|
|
||||||
config.services.vaultwarden.config.ROCKET_PORT
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -54,7 +53,7 @@ in
|
|||||||
in
|
in
|
||||||
getSecrets (
|
getSecrets (
|
||||||
let
|
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.
|
# It is hardcoded but as long as the module is stable that way.
|
||||||
vaultwardenUserGroup = config.users.groups.vaultwarden.name;
|
vaultwardenUserGroup = config.users.groups.vaultwarden.name;
|
||||||
|
Loading…
Reference in New Issue
Block a user