mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:19:22 +08:00
devices.vps7: use server package set
This commit is contained in:
@@ -31,7 +31,7 @@ inputs:
|
||||
initrd.sshd.enable = true;
|
||||
networking = { hostname = "vps7"; networkd = {}; };
|
||||
};
|
||||
packages.packageSet = "desktop";
|
||||
packages.packageSet = "server";
|
||||
services =
|
||||
{
|
||||
snapper.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user