summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/template/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/template/default.nix b/hosts/template/default.nix
index 0433557..934e1cb 100644
--- a/hosts/template/default.nix
+++ b/hosts/template/default.nix
@@ -22,5 +22,7 @@
};
};
+ webtray.instances = {};
+
system.stateVersion = "24.05";
}