Enable ACME on ttrss

This commit is contained in:
Andreas Zweili 2022-05-18 22:14:34 +02:00
parent e644db6e6e
commit deb597f2b7
1 changed files with 3 additions and 0 deletions

View File

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