From f175dca0cef22d7051e0362b19d453cc54f93208 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 29 Jun 2024 00:55:58 -0400 Subject: [PATCH] fix import Signed-off-by: ahuston-0 --- systems/palatine-hill/docker/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/palatine-hill/docker/default.nix b/systems/palatine-hill/docker/default.nix index 1bc23b7..310593c 100644 --- a/systems/palatine-hill/docker/default.nix +++ b/systems/palatine-hill/docker/default.nix @@ -8,8 +8,8 @@ { imports = [ ./archiveteam.nix - ./docker.nix ./nextcloud.nix + ./postgres.nix ]; virtualisation.oci-containers.backend = "docker";