diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2024-06-16 11:59:53 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2024-06-16 12:02:06 +0200 |
commit | fbf4b741b3b064c65a1b22cc1334b035c54793ee (patch) | |
tree | f3a66412dcbd146fd3aeeb58878513e6e5972926 /flakes/private/environment | |
parent | 9c0cd0922a84ec9945072bd8fbd0e72bf3c3fa65 (diff) | |
download | Nix-fbf4b741b3b064c65a1b22cc1334b035c54793ee.tar.gz Nix-fbf4b741b3b064c65a1b22cc1334b035c54793ee.tar.zst Nix-fbf4b741b3b064c65a1b22cc1334b035c54793ee.zip |
Move backup directory to host subdir
Diffstat (limited to 'flakes/private/environment')
-rw-r--r-- | flakes/private/environment/flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flakes/private/environment/flake.nix b/flakes/private/environment/flake.nix index 49b203e..1a129cb 100644 --- a/flakes/private/environment/flake.nix +++ b/flakes/private/environment/flake.nix | |||
@@ -380,7 +380,7 @@ | |||
380 | type = attrsOf (submodule { | 380 | type = attrsOf (submodule { |
381 | options = { | 381 | options = { |
382 | remote = mkOption { | 382 | remote = mkOption { |
383 | type = functionTo str; | 383 | type = functionTo (functionTo str); |
384 | example = literalExample '' | 384 | example = literalExample '' |
385 | bucket: "ssh://some_host/${bucket}"; | 385 | bucket: "ssh://some_host/${bucket}"; |
386 | ''; | 386 | ''; |