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 4eacd9b..58ddf98 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -6,8 +6,9 @@ }: { imports = [ - ./attic.nix + ./attic ./docker.nix + ./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 @@ +{ ... }: { }