mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
remove lighthouse
This commit is contained in:
parent
8c68d5cdd1
commit
33ca31c4fa
7 changed files with 0 additions and 116 deletions
26
flake.nix
26
flake.nix
|
|
@ -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 #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue