devices.nas: use desktop-fat package set

This commit is contained in:
陈浩南 2024-07-22 21:45:53 +08:00
parent aac97bbf09
commit 77ce521f88

View File

@ -46,6 +46,7 @@ inputs:
nixpkgs.march = "silvermont";
nix.substituters = [ "https://cache.nixos.org/" "https://nix-store.chn.moe" ];
networking = { hostname = "nas"; networkd = {}; };
gui = { enable = true; preferred = false; };
};
hardware = { cpus = [ "intel" ]; gpu.type = "intel"; };
services =
@ -71,6 +72,7 @@ inputs:
};
gitea = { enable = true; hostname = "git.nas.chn.moe"; ssh = { hostname = "office.chn.moe"; port = 5440; }; };
};
packages.packageSet = "desktop-extra";
user.users = [ "chn" "xll" "zem" "yjq" "gb" ];
};
};