Remove the domain variable

This commit is contained in:
Andreas Zweili 2023-06-07 19:06:49 +02:00
parent 3fb44aed2c
commit f845084405
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,4 @@
{ hostname }: { inputs, pkgs, ... }:
let
domain = "ttrss.2li.ch";
in
{
imports = [
"${inputs.self}/modules/hardware/raspi4"
@ -29,7 +26,7 @@ in
az-rss-bridge.enable = true;
az-ttrss-postgres = {
enable = true;
domain = domain;
domain = "ttrss.2li.ch";
};
};
}