Cleanup some minor ochsenberg options

This commit is contained in:
Fabian Hauser 2024-07-17 19:20:02 +02:00
parent 1b0209d1dc
commit 9975f16911

View file

@ -30,8 +30,6 @@
''; '';
# Set your time zone. # Set your time zone.
#time.timeZone = "Europe/Amsterdam";
#time.timeZone = "Europe/Tallinn";
services.localtimed.enable = true; services.localtimed.enable = true;
services.geoclue2 = { services.geoclue2 = {
enable = true; enable = true;
@ -49,5 +47,5 @@
# this value at the release version of the first install of this system. # this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option # Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (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?
} }