From 06a41da2251bc891d539927eb1a6ab87c4fdbf65 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 14 Feb 2024 21:54:31 -0600 Subject: [PATCH] switch to int --- modules/audiobookshelf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/audiobookshelf.nix b/modules/audiobookshelf.nix index 25ea92b..bb05d84 100644 --- a/modules/audiobookshelf.nix +++ b/modules/audiobookshelf.nix @@ -3,7 +3,7 @@ with lib; let - port = "8999"; + port = 8999; in {