1
Fork 0

Add Podman and Compose.

This commit is contained in:
Bauke 2023-06-07 15:32:48 +02:00
parent 148509831e
commit 76505c8c1d
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 10 additions and 0 deletions

View File

@ -55,6 +55,7 @@
peek
picard
pkg-config
podman-compose
pop-icon-theme
prismlauncher
protonup-ng

View File

@ -89,4 +89,13 @@
time = {
timeZone = "Europe/Brussels";
};
virtualisation = {
podman = {
enable = true;
defaultNetwork.settings = {
dns_enabled = true;
};
};
};
}