mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 13:53:09 +02:00
podman
Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
This commit is contained in:
parent
3b1310c6ba
commit
c97edc6e07
1 changed files with 5 additions and 0 deletions
|
@ -202,6 +202,11 @@ in {
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
lxc.enable = true;
|
lxc.enable = true;
|
||||||
waydroid.enable = true;
|
waydroid.enable = true;
|
||||||
|
podman = {
|
||||||
|
enable = true;
|
||||||
|
dockerCompat = true;
|
||||||
|
defaultNetwork.settings.dns_enabled = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.plymouth.enable = true;
|
boot.plymouth.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue