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? }