devices.srv2: enable desktop for all

This commit is contained in:
2025-09-04 16:03:00 +08:00
parent 2afc42229f
commit 092885fce9
2 changed files with 1 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ inputs:
};
};
};
packages.vasp = {};
packages = { vasp = {}; desktop = {}; };
user.users =
[
# 组内

View File

@@ -29,7 +29,6 @@ inputs:
sshd = { groupBanner = true; motd = true; };
speedtest = {};
};
packages.desktop = {};
};
};
}