about summary refs log tree commit diff
path: root/hosts/profiles/nas.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-06 12:49:53 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-06 12:49:53 -0700
commitf61e0fe45e4f237828df01ee3bacf4bae78fdcf0 (patch)
tree986fcf274ee755313a35431781acc0a646fe0700 /hosts/profiles/nas.nix
parentrefactor traefik (diff)
downloadworld-f61e0fe45e4f237828df01ee3bacf4bae78fdcf0.tar.gz
refactor transmission and metrics-exporter
Diffstat (limited to '')
-rw-r--r--hosts/profiles/nas.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/hosts/profiles/nas.nix b/hosts/profiles/nas.nix
index 9ac834f..5ec18d0 100644
--- a/hosts/profiles/nas.nix
+++ b/hosts/profiles/nas.nix
@@ -1,10 +1,4 @@
 { config, pkgs, lib, ... }: {
-  imports = [
-    # other profiles
-    ./server.nix
-    ../common/server/transmission.nix
-  ];
-
   users.groups.nas.gid = 5000;
   users.users.nas = {
     uid = 5000;
@@ -30,6 +24,8 @@
     };
     rclone = { enable = true; };
     traefik = { enable = true; };
+    transmission = { enable = true; };
+    metrics-exporter = { enable = true; };
   };
 
   services.restic.backups = {