set timezone on a per-machine basis

This commit is contained in:
2025-07-19 18:48:09 +02:00
parent ea57526a5a
commit a3244a4e9b
2 changed files with 1 additions and 6 deletions

View File

@@ -1,5 +1,3 @@
{ lib, ... }:
{
imports = [
./users.nix
@@ -18,8 +16,4 @@
enable = true;
wheelNeedsPassword = false;
};
# system.stateVersion = lib.mkDefault "24.11";
time.timeZone = lib.mkDefault "Europe/Paris";
}