From 5d14f5a3bc908686ccafe1642906cd24a1053d06 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 24 Aug 2024 01:34:05 -0400 Subject: [PATCH] refactoring woop Signed-off-by: ahuston-0 --- systems/palatine-hill/{attic.nix => attic/default.nix} | 0 systems/palatine-hill/configuration.nix | 3 ++- systems/palatine-hill/haproxy/default.nix | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) rename systems/palatine-hill/{attic.nix => attic/default.nix} (100%) create mode 100644 systems/palatine-hill/haproxy/default.nix diff --git a/systems/palatine-hill/attic.nix b/systems/palatine-hill/attic/default.nix similarity index 100% rename from systems/palatine-hill/attic.nix rename to systems/palatine-hill/attic/default.nix diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index b358a86..6e43ebb 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -6,8 +6,9 @@ }: { imports = [ - ./attic.nix ./docker + ./attic + ./haproxy ./hardware-changes.nix ./hydra.nix ./minio.nix diff --git a/systems/palatine-hill/haproxy/default.nix b/systems/palatine-hill/haproxy/default.nix new file mode 100644 index 0000000..c915eb0 --- /dev/null +++ b/systems/palatine-hill/haproxy/default.nix @@ -0,0 +1 @@ +{ ... }: { }