mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 04:10:41 +00:00
Add voyager host
This commit is contained in:
parent
3c22f0372a
commit
657149e5c3
3 changed files with 169 additions and 0 deletions
|
@ -31,4 +31,15 @@ in
|
|||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
] ++ shared;
|
||||
};
|
||||
|
||||
voyager = lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit lib inputs self; };
|
||||
modules = [
|
||||
./voyager
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
] ++ shared;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue