add outpiut
This commit is contained in:
parent
94be272610
commit
49b23aaf8c
1 changed files with 8 additions and 0 deletions
|
|
@ -32,6 +32,14 @@
|
|||
./modules
|
||||
];
|
||||
};
|
||||
asus = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./devices/asus/configuration.nix
|
||||
./modules
|
||||
];
|
||||
};
|
||||
server = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
system = "x86_64-linux";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue