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