From c16a5df0620bb72ca75a3eb5f1830bf5172af011 Mon Sep 17 00:00:00 2001 From: Sense T Date: Wed, 28 Jun 2023 22:05:32 +0800 Subject: [PATCH] bugfix --- global/software-configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/global/software-configuration.nix b/global/software-configuration.nix index e24f604..ce83df3 100644 --- a/global/software-configuration.nix +++ b/global/software-configuration.nix @@ -84,10 +84,6 @@ ports = [ "1089:1089" ]; - - extraOptions = [ - "--restart=always" - ]; }; }; };