mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
devices.nas: enable docker and kvm
This commit is contained in:
@@ -70,6 +70,7 @@ inputs:
|
||||
xrdp = { enable = true; hostname = [ "nas.chn.moe" ]; };
|
||||
};
|
||||
packages.packageSet = "desktop-extra";
|
||||
virtualization = { docker.enable = true; kvmHost = { enable = true; gui = true; }; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user