mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
add vm host (closes #13)
This commit is contained in:
parent
91b361558a
commit
40cba6fd9b
4 changed files with 66 additions and 2 deletions
|
|
@ -60,6 +60,11 @@
|
|||
modules = [ (import ./hosts/laptop) ];
|
||||
specialArgs = { host="laptop"; inherit self inputs username ; };
|
||||
};
|
||||
vm = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [ (import ./hosts/vm) ];
|
||||
specialArgs = { host="vm"; inherit self inputs username ; };
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue