aboutsummaryrefslogtreecommitdiff
path: root/hosts/profiles/nas.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-06 12:44:44 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-06 12:44:44 -0700
commit6139430d2525211dfd7d49cb2be59064ee221609 (patch)
tree365cef3f80dd098922728daa3f2e0b2732fda276 /hosts/profiles/nas.nix
parentrefactor rclone to a module (diff)
downloadinfra-6139430d2525211dfd7d49cb2be59064ee221609.tar.gz
refactor traefik
Diffstat (limited to '')
-rw-r--r--hosts/profiles/nas.nix2
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 = {