From bc94e8831a78beca9120d90806b87aab997c29e5 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 31 Oct 2024 16:52:09 +0300 Subject: [PATCH] modules/browsers: don't restart automatically if config changes --- modules/nixos/programs/browsers/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nixos/programs/browsers/default.nix b/modules/nixos/programs/browsers/default.nix index c137347..a2cc3df 100644 --- a/modules/nixos/programs/browsers/default.nix +++ b/modules/nixos/programs/browsers/default.nix @@ -46,6 +46,7 @@ in containers.browsers = { autoStart = true; ephemeral = true; + restartIfChanged = false; bindMounts = lib.mkMerge [ {