migrate to clan
This commit is contained in:
parent
f817ba1405
commit
f1ec59c3af
60 changed files with 225 additions and 391 deletions
6
machines/genepi/network.nix
Normal file
6
machines/genepi/network.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
# Tailscale seems to break when not using resolved
|
||||
services.resolved.enable = true;
|
||||
networking.useDHCP = true;
|
||||
networking.interfaces.tailscale0.useDHCP = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue