From 7fae92e31d084e658da1b4a402ffff1fb490735e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Mon, 18 Sep 2023 19:37:04 +0200 Subject: [PATCH] feat(hosts): add containers & podman config to home-server --- hosts/home-server.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/home-server.nix b/hosts/home-server.nix index 643c907..00b8142 100644 --- a/hosts/home-server.nix +++ b/hosts/home-server.nix @@ -14,6 +14,8 @@ in with builtins; { ../hardware/gpu-intel.nix ../desktop/x11.nix ../system/server.nix + ../virtualisation/containers.nix + ../virtualisation/podman.nix ../modules/systemdNotify.nix ../services/mail.nix ../services/restic/home-server.nix