diff options
| author | Kleidi Bujari <mail@4kb.net> | 2025-08-30 12:36:26 -0400 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2025-08-30 17:22:48 +0000 |
| commit | 108d26a6d13726ef50173a657aa3f2005268b933 (patch) | |
| tree | e066fd8725aca28b663b2411ffb8f95e8b047fe0 /modules | |
| parent | 9ba211dfbdf77ac8c336f3f2eaf32b80da7727c1 (diff) | |
| download | depot-108d26a6d13726ef50173a657aa3f2005268b933.tar.gz depot-108d26a6d13726ef50173a657aa3f2005268b933.tar.bz2 depot-108d26a6d13726ef50173a657aa3f2005268b933.zip | |
update timezone and fix desktop module injection
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/xnet/default.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/xnet/default.nix b/modules/xnet/default.nix index 0664575..d6cc2d1 100644 --- a/modules/xnet/default.nix +++ b/modules/xnet/default.nix @@ -26,7 +26,6 @@ in ./nginx.nix ./persist.nix ./net - ./desktop ./gitserver # ./monitoring ]; @@ -41,9 +40,7 @@ in config = { i18n.defaultLocale = mkDefault "en_US.UTF-8"; - time.timeZone = mkDefault "America/Toronto"; - - boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + time.timeZone = mkDefault "US/Pacific"; nix = { nixPath = mkForce [ "nixpkgs=${inputs.nixpkgs}" ]; |
