From 9975f16911f926cabe165fcf1b136ac204e722e5 Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Wed, 17 Jul 2024 19:20:02 +0200 Subject: [PATCH] Cleanup some minor ochsenberg options --- host/ochsenchopf/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/host/ochsenchopf/default.nix b/host/ochsenchopf/default.nix index eb26850..e2d8eb3 100644 --- a/host/ochsenchopf/default.nix +++ b/host/ochsenchopf/default.nix @@ -30,8 +30,6 @@ ''; # Set your time zone. - #time.timeZone = "Europe/Amsterdam"; - #time.timeZone = "Europe/Tallinn"; services.localtimed.enable = true; services.geoclue2 = { enable = true; @@ -49,5 +47,5 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "23.11"; # Did you read the comment? + system.stateVersion = "24.05"; # Did you read the comment? }