mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-04-27 07:48:44 +02:00
machine/playman: init
This commit is contained in:
parent
be973e1d11
commit
2a44b8e852
15 changed files with 265 additions and 8 deletions
8
machines/playman/nixinate.nix
Normal file
8
machines/playman/nixinate.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
_: {
|
||||
_module.args.nixinate = {
|
||||
host = "playman.local";
|
||||
sshUser = "felix";
|
||||
buildOn = "remote";
|
||||
substituteOnTarget = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue