diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-06 12:44:44 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-06 12:44:44 -0700 |
commit | 6139430d2525211dfd7d49cb2be59064ee221609 (patch) | |
tree | 365cef3f80dd098922728daa3f2e0b2732fda276 /hosts/profiles | |
parent | refactor rclone to a module (diff) | |
download | world-6139430d2525211dfd7d49cb2be59064ee221609.tar.gz |
refactor traefik
Diffstat (limited to '')
-rw-r--r-- | hosts/profiles/nas.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |