From ef7c1ea5ecbe52dbe121ec5e28fa082c950c769b Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sat, 15 Jul 2023 23:42:18 +0200 Subject: [PATCH] holy fuck I'm so sleepy --- hosts/chmura/configuration.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hosts/chmura/configuration.nix b/hosts/chmura/configuration.nix index 0ce82b59..a0035010 100644 --- a/hosts/chmura/configuration.nix +++ b/hosts/chmura/configuration.nix @@ -64,9 +64,11 @@ ''; }; - virtualisation.podman = { - enable = true; - dockerCompat = true; + virtualisation = { + podman = { + enable = true; + dockerCompat = true; + }; oci-containers.backend = "podman"; };