summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/t480.nix3
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";