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 ; };
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue