diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-08-14 23:16:35 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-08-14 23:16:35 +0200 |
commit | f7c27d313296485fd5f6d76a9264c26beef2eeaa (patch) | |
tree | a9fdef68585bf259ecc72120d1b1cabc70f3a65f /modules/private/pub | |
parent | 558e2560c76e9e557093748dee476bfa0df900c5 (diff) | |
download | Nix-f7c27d313296485fd5f6d76a9264c26beef2eeaa.tar.gz Nix-f7c27d313296485fd5f6d76a9264c26beef2eeaa.tar.zst Nix-f7c27d313296485fd5f6d76a9264c26beef2eeaa.zip |
Add more profiles for ovh
Diffstat (limited to 'modules/private/pub')
-rw-r--r-- | modules/private/pub/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/private/pub/default.nix b/modules/private/pub/default.nix index 49f3ab8..18c146b 100644 --- a/modules/private/pub/default.nix +++ b/modules/private/pub/default.nix | |||
@@ -17,6 +17,7 @@ | |||
17 | }]; | 17 | }]; |
18 | services.duplyBackup.profiles.pub = { | 18 | services.duplyBackup.profiles.pub = { |
19 | rootDir = "/var/lib/pub"; | 19 | rootDir = "/var/lib/pub"; |
20 | remotes = [ "eriomem" "ovh" ]; | ||
20 | }; | 21 | }; |
21 | users.users.pub = let | 22 | users.users.pub = let |
22 | restrict = pkgs.runCommand "restrict" { | 23 | restrict = pkgs.runCommand "restrict" { |