summaryrefslogtreecommitdiff
path: root/hosts/desktop/configuration.nix
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-01-28 20:44:34 -0600
committerChristian <[email protected]>2026-01-28 20:44:34 -0600
commitdcd178e7d3407b62cbb1068882ec6244d5e186cf (patch)
treef2d5491ba62c476392cc9d4bef9385022308bb53 /hosts/desktop/configuration.nix
parentdd286caa25a8975bbe190c0a374155180022e347 (diff)
Nix gets mad without these
Diffstat (limited to 'hosts/desktop/configuration.nix')
-rw-r--r--hosts/desktop/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index c1861ba..2c598f7 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -10,4 +10,6 @@
networking.hostName = "desktop";
programs.firefox.enable = true;
+
+ system.stateVersion = "25.11";
}