modules/browsers: don't restart automatically if config changes
This commit is contained in:
parent
6d8dc4c879
commit
bc94e8831a
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ in
|
||||||
containers.browsers = {
|
containers.browsers = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
ephemeral = true;
|
ephemeral = true;
|
||||||
|
restartIfChanged = false;
|
||||||
|
|
||||||
bindMounts = lib.mkMerge [
|
bindMounts = lib.mkMerge [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue