Update files

This commit is contained in:
2026-03-29 21:31:08 +00:00
parent ed2def05a2
commit 96a17d3313
2 changed files with 6 additions and 0 deletions

View File

@@ -13,5 +13,6 @@
./hardware.nix
./sound.nix
./virtualisation.nix
./time.nix
];
}

5
system/time.nix Normal file
View File

@@ -0,0 +1,5 @@
{...}:
{
time.timeZone = "Europe/London";
}