set timezone on a per-machine basis
This commit is contained in:
parent
ea57526a5a
commit
a3244a4e9b
2 changed files with 1 additions and 6 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue