build
This commit is contained in:
parent
0deecc0aea
commit
cd3ca864ab
3 changed files with 2504 additions and 4 deletions
|
|
@ -15,6 +15,7 @@
|
|||
];
|
||||
trusted-users = [
|
||||
"root"
|
||||
"nixremote"
|
||||
"@wheel"
|
||||
];
|
||||
|
||||
|
|
@ -28,6 +29,11 @@
|
|||
system = "x86_64-linux";
|
||||
protocol = "ssh-ng";
|
||||
}
|
||||
{
|
||||
hostName = "lilith-pc";
|
||||
system = "x86_64-linux";
|
||||
protocol = "ssh-ng";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue