]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - flakes/private/environment/flake.nix
Move backup directory to host subdir
[perso/Immae/Config/Nix.git] / flakes / private / environment / flake.nix
index 49b203e944dcf512c8e1caa25fb6a680827420d4..1a129cbc1e01ee915e4c4daf175451e235fff4b4 100644 (file)
                   type = attrsOf (submodule {
                     options = {
                       remote = mkOption {
-                        type = functionTo str;
+                        type = functionTo (functionTo str);
                         example = literalExample ''
                           bucket: "ssh://some_host/${bucket}";
                           '';