From 76505c8c1d2c372dc7e6b7da5a7e2f05aa9dee4a Mon Sep 17 00:00:00 2001 From: Bauke Date: Wed, 7 Jun 2023 15:32:48 +0200 Subject: [PATCH] Add Podman and Compose. --- .bauke/nix/stardust/packages.nix | 1 + .bauke/nix/stardust/system.nix | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/.bauke/nix/stardust/packages.nix b/.bauke/nix/stardust/packages.nix index 16468c4..c13ddc6 100644 --- a/.bauke/nix/stardust/packages.nix +++ b/.bauke/nix/stardust/packages.nix @@ -55,6 +55,7 @@ peek picard pkg-config + podman-compose pop-icon-theme prismlauncher protonup-ng diff --git a/.bauke/nix/stardust/system.nix b/.bauke/nix/stardust/system.nix index 17d32d5..23b66f3 100644 --- a/.bauke/nix/stardust/system.nix +++ b/.bauke/nix/stardust/system.nix @@ -89,4 +89,13 @@ time = { timeZone = "Europe/Brussels"; }; + + virtualisation = { + podman = { + enable = true; + defaultNetwork.settings = { + dns_enabled = true; + }; + }; + }; }