Beefcake hosts?
This commit is contained in:
parent
f35bb3e43c
commit
98b0ebdd51
1 changed files with 7 additions and 0 deletions
|
@ -163,6 +163,13 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
|
||||||
User = "daniel"; # might have to run as me for git ssh access to the repo
|
User = "daniel"; # might have to run as me for git ssh access to the repo
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking = {
|
||||||
|
extraHosts = ''
|
||||||
|
::1 nix.h.lyte.dev
|
||||||
|
127.0.0.1 nix.h.lyte.dev
|
||||||
|
'';
|
||||||
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
services.headscale = {
|
services.headscale = {
|
||||||
|
|
Loading…
Reference in a new issue