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 /machines | |
| 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 'machines')
| -rw-r--r-- | machines/t480.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/machines/t480.nix b/machines/t480.nix index 2588bdc..48a2438 100644 --- a/machines/t480.nix +++ b/machines/t480.nix @@ -9,13 +9,14 @@ in { imports = [ lenovo-thinkpad-t480 + flake.outputs.nixosModules.desktop ]; nixpkgs.hostPlatform.system = "x86_64-linux"; system.stateVersion = "24.05"; xnet = { - desktop.enable = true; + # desktop.enable = true; disk = { enable = true; device = "/dev/nvme0n1"; |
