diff options
| author | spl3g <spleefer6@gmail.com> | 2026-03-24 00:06:02 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@gmail.com> | 2026-03-24 00:06:02 +0300 |
| commit | dbda818a24af12bd3de6416199451f419557acb4 (patch) | |
| tree | c0b9e17e633a10826f5e5fd01ecfffff419a869b /modules/nixosModules/watcharr.nix | |
| parent | 03648b3d9f177227df40129bed22558f6924b91c (diff) | |
feat(servers): add search, mail, git and fix some thingsv2
Diffstat (limited to 'modules/nixosModules/watcharr.nix')
| -rw-r--r-- | modules/nixosModules/watcharr.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixosModules/watcharr.nix b/modules/nixosModules/watcharr.nix index 2263e4f..061a18c 100644 --- a/modules/nixosModules/watcharr.nix +++ b/modules/nixosModules/watcharr.nix @@ -63,7 +63,7 @@ virtualisation.oci-containers.containers.watcharr = { image = "ghcr.io/sbondco/watcharr:latest"; ports = [ - "127.0.0.1${port}:3080" + "127.0.0.1:${port}:3080" ]; volumes = [ "${cfg.settings.dataDir}:/data" |
