]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/pub/default.nix
Add more profiles for ovh
[perso/Immae/Config/Nix.git] / modules / private / pub / default.nix
index 790395c68f9b3b7b9dc5be9217c99fe729426a34..18c146baeca7ac80afbc12a2ba14499892276109 100644 (file)
     }];
     services.duplyBackup.profiles.pub = {
       rootDir = "/var/lib/pub";
+      remotes = [ "eriomem" "ovh" ];
     };
     users.users.pub = let
-      restrict = pkgs.runCommand "restrict" { 
+      restrict = pkgs.runCommand "restrict" {
         file = ./restrict;
         buildInputs = [ pkgs.makeWrapper ];
       } ''