ADDED timezone

This commit is contained in:
kenji
2025-12-24 16:28:47 +00:00
parent 66f6ae06d7
commit eb9d3f2d16
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
{pkgs, ...}: {
imports = [
../../system/time.nix
../../system/boot.nix
../../system/amd.nix
../../system/hardware.nix
+3
View File
@@ -0,0 +1,3 @@
{myConfig, ...}: {
time.timeZone = myConfig.nixos.timezone;
}