mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
terraformize the repo
This commit is contained in:
parent
aade69f2a6
commit
0186ffd7ad
6 changed files with 203 additions and 1 deletions
11
flake.nix
11
flake.nix
|
|
@ -8,12 +8,14 @@
|
|||
nvix.url = "github:TheWanderingCrow/nvix";
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
nix-secrets.url = "git+ssh://git@github.com/TheWanderingCrow/nix-secrets";
|
||||
terranix.url = "github:terranix/terranix";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
nixpkgs,
|
||||
home-manager,
|
||||
sops-nix,
|
||||
terranix,
|
||||
...
|
||||
} @ inputs: let
|
||||
baseModules = [
|
||||
|
|
@ -111,5 +113,14 @@
|
|||
++ baseModules;
|
||||
};
|
||||
};
|
||||
############
|
||||
# Terranix #
|
||||
############
|
||||
terranix = {
|
||||
wce = terranix.lib.terranixConfiguration {
|
||||
system = "x86_64-linux";
|
||||
modules = [./infrastructure/wce.nix];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue