diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-10-28 18:39:25 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-10-28 18:39:25 +0100 |
| commit | b07502310fa88a3d94b21774a63293275f6a4eb3 (patch) | |
| tree | 1de14b354aa9ea5c89634617d2b1d8cd5fd2140e /hosts | |
| parent | 51d864f9679b593374f5ccbc10c98080a59c59c5 (diff) | |
template: fix config
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/template/default.nix | 2 |
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"; } |