nixossystem for chunk
This commit is contained in:
parent
badd080f02
commit
69c6d76572
1 changed files with 11 additions and 0 deletions
|
@ -58,6 +58,17 @@
|
|||
inputs.sops-nix.nixosModules.sops
|
||||
];
|
||||
};
|
||||
|
||||
chunk = lib.nixosSystem {
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
{
|
||||
nixpkgs = {inherit pkgs;};
|
||||
}
|
||||
./hosts/chunk
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
homeConfigurations = {
|
||||
|
|
Loading…
Add table
Reference in a new issue