aboutsummaryrefslogtreecommitdiff
path: root/hosts/profiles/nas.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-06 12:42:20 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-06 12:42:20 -0700
commit81fb05398a2c8251936be4bfa0ed679f0cf3825f (patch)
treeb9b0b3945b34bc43d2afa01c2029cf8b5f77eaa1 /hosts/profiles/nas.nix
parentrefactor gitea as a module (diff)
downloadinfra-81fb05398a2c8251936be4bfa0ed679f0cf3825f.tar.gz
refactor rclone to a module
Diffstat (limited to '')
-rw-r--r--hosts/profiles/nas.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/profiles/nas.nix b/hosts/profiles/nas.nix
index 112eda7..fd42eb7 100644
--- a/hosts/profiles/nas.nix
+++ b/hosts/profiles/nas.nix
@@ -4,8 +4,6 @@
./server.nix
../common/server/traefik.nix
../common/server/transmission.nix
- ../common/server/gitea.nix
- ../common/server/rclone.nix
];
users.groups.nas.gid = 5000;
@@ -31,6 +29,7 @@
enable = true;
stateDir = "/var/lib/gitea";
};
+ rclone = { enable = true; };
};
services.restic.backups = {