From bec7e1a1dd84ffbda1aeb8985f5f2f0577c2830b Mon Sep 17 00:00:00 2001 From: noe Date: Thu, 28 Dec 2023 16:39:13 -0500 Subject: [PATCH] move lab folders --- flake.nix | 4 ++-- .../{services/ingress-proxy.nix => ingress-proxy/default.nix} | 0 nixos/hosts/{services/lab-alpha.nix => lab-alpha/default.nix} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename nixos/hosts/{services/ingress-proxy.nix => ingress-proxy/default.nix} (100%) rename nixos/hosts/{services/lab-alpha.nix => lab-alpha/default.nix} (100%) diff --git a/flake.nix b/flake.nix index c69cafb..bb4beb2 100644 --- a/flake.nix +++ b/flake.nix @@ -138,8 +138,8 @@ drone = mkNixos [ ./nixos/hosts/drone ]; # Lab - ingress-proxy = mkNixos [ ./nixos/hosts/services/ingress-proxy.nix ]; - lab-alpha = mkNixos [ ./nixos/hosts/services/lab-alpha.nix ]; + ingress-proxy = mkNixos [ ./nixos/hosts/ingress-proxy ]; + lab-alpha = mkNixos [ ./nixos/hosts/lab-alpha ]; }; darwinConfigurations = { diff --git a/nixos/hosts/services/ingress-proxy.nix b/nixos/hosts/ingress-proxy/default.nix similarity index 100% rename from nixos/hosts/services/ingress-proxy.nix rename to nixos/hosts/ingress-proxy/default.nix diff --git a/nixos/hosts/services/lab-alpha.nix b/nixos/hosts/lab-alpha/default.nix similarity index 100% rename from nixos/hosts/services/lab-alpha.nix rename to nixos/hosts/lab-alpha/default.nix