From 6139430d2525211dfd7d49cb2be59064ee221609 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 6 Apr 2022 12:44:44 -0700 Subject: refactor traefik --- hosts/profiles/nas.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/profiles') diff --git a/hosts/profiles/nas.nix b/hosts/profiles/nas.nix index fd42eb7..9ac834f 100644 --- a/hosts/profiles/nas.nix +++ b/hosts/profiles/nas.nix @@ -2,7 +2,6 @@ imports = [ # other profiles ./server.nix - ../common/server/traefik.nix ../common/server/transmission.nix ]; @@ -30,6 +29,7 @@ stateDir = "/var/lib/gitea"; }; rclone = { enable = true; }; + traefik = { enable = true; }; }; services.restic.backups = { -- cgit 1.4.1