mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
podman
This commit is contained in:
parent
e199123290
commit
d113123c68
1 changed files with 6 additions and 0 deletions
|
|
@ -191,6 +191,7 @@
|
|||
wineWowPackages.stable
|
||||
virt-manager
|
||||
feh
|
||||
podman
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
|
@ -220,6 +221,11 @@
|
|||
};
|
||||
};
|
||||
libvirtd.enable = true;
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue