Enable ACME on git server

This commit is contained in:
Andreas Zweili 2022-05-18 21:29:59 +02:00
parent cadcd7981d
commit b6656bfd00
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
(import "${inputs.self}/modules/restic-server-client" {
time = "03:00"; inherit config custom inputs pkgs;
})
(import "${inputs.self}/modules/nginx-acme" {
domain = "git.2li.ch";
})
"${inputs.self}/modules/docker"
];
}