diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-06 12:42:20 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-06 12:42:20 -0700 |
commit | 81fb05398a2c8251936be4bfa0ed679f0cf3825f (patch) | |
tree | b9b0b3945b34bc43d2afa01c2029cf8b5f77eaa1 /hosts/profiles | |
parent | refactor gitea as a module (diff) | |
download | world-81fb05398a2c8251936be4bfa0ed679f0cf3825f.tar.gz |
refactor rclone to a module
Diffstat (limited to '')
-rw-r--r-- | hosts/profiles/nas.nix | 3 |
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 = { |