diff options
-rw-r--r-- | system/services/git-sync/default.nix | 2 | ||||
-rw-r--r-- | system/services/nginx/hosts.nix | bin | 672 -> 676 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/system/services/git-sync/default.nix b/system/services/git-sync/default.nix index c1b34ba..fce0819 100644 --- a/system/services/git-sync/default.nix +++ b/system/services/git-sync/default.nix @@ -45,7 +45,7 @@ https://github.com/nix-community/home-manager/blob/9ba7b3990eb1f4782ea3f5fe7ac4f }; path = lib.mkOption { - type = lib.types.path; + type = lib.types.str; description = "The path at which to sync the repository"; }; diff --git a/system/services/nginx/hosts.nix b/system/services/nginx/hosts.nix index 0a5d51d..0dddb16 100644 --- a/system/services/nginx/hosts.nix +++ b/system/services/nginx/hosts.nix Binary files differ |