mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
chore[server]: improve backup management
This commit is contained in:
parent
969ae3302d
commit
d56d65aac5
15 changed files with 1394 additions and 631 deletions
|
|
@ -8,6 +8,8 @@
|
|||
domainDefault = service: config.repo.secrets.common.services.domains.${service};
|
||||
proxyDefault = config.swarselsystems.proxyHost;
|
||||
|
||||
getConfig = config;
|
||||
|
||||
gen = { name, user ? name, group ? name, dir ? null, port ? null, domain ? (domainDefault name), address ? addressDefault, proxy ? proxyDefault }: rec {
|
||||
servicePort = port;
|
||||
serviceName = name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue