mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-14 00:59:44 +00:00
12 lines
207 B
Nix
12 lines
207 B
Nix
_: {
|
|
virtualisation = {
|
|
docker.enable = true;
|
|
incus.enable = true;
|
|
libvirtd.enable = true;
|
|
lxc = {
|
|
enable = true;
|
|
lxcfs.enable = true;
|
|
};
|
|
waydroid.enable = true;
|
|
};
|
|
}
|