set timezone on a per-machine basis
This commit is contained in:
@@ -37,6 +37,7 @@
|
|||||||
"home.rpqt.fr"
|
"home.rpqt.fr"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
time.timeZone = "Europe/Paris";
|
||||||
clan.deployment.requireExplicitUpdate = true;
|
clan.deployment.requireExplicitUpdate = true;
|
||||||
|
|
||||||
clan.core.settings.state-version.enable = true;
|
clan.core.settings.state-version.enable = true;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
{ lib, ... }:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./users.nix
|
./users.nix
|
||||||
@@ -18,8 +16,4 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
wheelNeedsPassword = false;
|
wheelNeedsPassword = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
# system.stateVersion = lib.mkDefault "24.11";
|
|
||||||
|
|
||||||
time.timeZone = lib.mkDefault "Europe/Paris";
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user