remove lighthouse

This commit is contained in:
TheWanderingCrow 2025-04-22 09:32:49 -04:00
parent 8c68d5cdd1
commit 33ca31c4fa
7 changed files with 0 additions and 116 deletions

View file

@ -108,32 +108,6 @@
]
++ baseModules;
};
#########################
# DO Nebula Lighthouse1 #
#########################
WCE-Lighthouse1 = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
modules =
[
./hosts/WCE-Lighthouse
"${nixpkgs}/nixos/modules/virtualisation/digital-ocean-image.nix"
{
networking.hostName = "WCE-Lighthouse1";
sops.defaultSopsFile = inputs.nix-secrets.secrets.lighthouse1;
}
]
++ baseModules;
};
};
##############
# Nix Darwin #
##############
darwinConfigurations = {
tests-iMac-Pro = inputs.nix-darwin.lib.darwinSystem {
modules = [
./hosts/OSX-Darwin
];
};
};
############
# Terranix #