mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(chen): WoL
This commit is contained in:
parent
6cfaf82535
commit
81ae90dd12
12 changed files with 77 additions and 4 deletions
9
systems/chen/default.nix
Normal file
9
systems/chen/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{...}: {
|
||||
type = "Windows";
|
||||
network.networks = {
|
||||
local = {
|
||||
macAddress = "9c:6b:00:21:1c:e2";
|
||||
address4 = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue