From 0e22c503ac7e9dec490c2815ca768e41047e4ab9 Mon Sep 17 00:00:00 2001 From: Denis Manherz Date: Mon, 27 Nov 2023 14:37:04 +0100 Subject: [PATCH] Update --- projects/automatic1111/nixos/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/automatic1111/nixos/default.nix b/projects/automatic1111/nixos/default.nix index 7b6d999..6859eb4 100644 --- a/projects/automatic1111/nixos/default.nix +++ b/projects/automatic1111/nixos/default.nix @@ -51,11 +51,11 @@ in ]); in attrsOf (either atom (listOf atom)); options = { - listen = mkOption { - description = "Launch gradio with 0.0.0.0 as server name, allowing to respond to network requests."; - default = false; - type = types.bool; - }; + #listen = mkOption { + # description = "Launch gradio with 0.0.0.0 as server name, allowing to respond to network requests."; + # default = false; + # type = types.bool; + #}; port = mkOption { description = "Launch gradio with given server port, you need root/admin rights for ports < 1024; defaults to 7860 if available.";