Enable docker on desktop
This commit is contained in:
parent
1c88bd986b
commit
6b61374ba2
1 changed files with 2 additions and 5 deletions
|
@ -229,14 +229,12 @@ with lib; {
|
||||||
programs.virt-manager.enable = true;
|
programs.virt-manager.enable = true;
|
||||||
|
|
||||||
users.groups.libvirtd.members = ["fern"];
|
users.groups.libvirtd.members = ["fern"];
|
||||||
|
users.groups.docker.members = ["fern"];
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
spiceUSBRedirection.enable = true;
|
spiceUSBRedirection.enable = true;
|
||||||
|
|
||||||
podman = {
|
docker.enable = true;
|
||||||
enable = true;
|
|
||||||
dockerCompat = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
libvirtd = {
|
libvirtd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -264,7 +262,6 @@ with lib; {
|
||||||
caligula
|
caligula
|
||||||
celluloid
|
celluloid
|
||||||
deploy-rs
|
deploy-rs
|
||||||
distrobox
|
|
||||||
feishin
|
feishin
|
||||||
fluffychat
|
fluffychat
|
||||||
fusee-nano
|
fusee-nano
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue