mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
beginning of lighthouse
This commit is contained in:
parent
2b7270fdcc
commit
ef9e7a469f
9 changed files with 101 additions and 57 deletions
12
flake.nix
12
flake.nix
|
|
@ -102,10 +102,10 @@
|
|||
sops-nix.nixosModules.sops
|
||||
];
|
||||
};
|
||||
#########################
|
||||
# AWS Nebula Lighthouse #
|
||||
#########################
|
||||
WCE-Lighthouse-AWS = nixpkgs.lib.nixosSystem {
|
||||
##########################
|
||||
# AWS Nebula Lighthouse1 #
|
||||
##########################
|
||||
WCE-Lighthouse1 = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
pkgs = import nixpkgs {
|
||||
|
|
@ -116,10 +116,12 @@
|
|||
modules = [
|
||||
./hosts/WCE-Lighthouse
|
||||
"${nixpkgs}/nixos/modules/virtualisation/amazon-image.nix"
|
||||
{
|
||||
networking.hostName = "WCE-Lighthouse1";
|
||||
}
|
||||
home-manager.nixosModules.home-manager
|
||||
sops-nix.nixosModules.sops
|
||||
];
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue