Add Podman and Compose.
This commit is contained in:
parent
148509831e
commit
76505c8c1d
|
@ -55,6 +55,7 @@
|
||||||
peek
|
peek
|
||||||
picard
|
picard
|
||||||
pkg-config
|
pkg-config
|
||||||
|
podman-compose
|
||||||
pop-icon-theme
|
pop-icon-theme
|
||||||
prismlauncher
|
prismlauncher
|
||||||
protonup-ng
|
protonup-ng
|
||||||
|
|
|
@ -89,4 +89,13 @@
|
||||||
time = {
|
time = {
|
||||||
timeZone = "Europe/Brussels";
|
timeZone = "Europe/Brussels";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtualisation = {
|
||||||
|
podman = {
|
||||||
|
enable = true;
|
||||||
|
defaultNetwork.settings = {
|
||||||
|
dns_enabled = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue