Ingress quasar configurations
This commit is contained in:
parent
9eb0949e60
commit
ae246349e1
4 changed files with 106 additions and 0 deletions
|
|
@ -14,4 +14,12 @@ in {
|
|||
modules = [ ./astral ];
|
||||
specialArgs = { inherit (self) nixosModules; };
|
||||
};
|
||||
quasar = nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ./quasar ];
|
||||
specialArgs = {
|
||||
inherit (self) nixosModules;
|
||||
inherit agenix;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue