feat(modules/networking): enable tailscale
This commit is contained in:
parent
391ed94ab4
commit
343dd8fffc
3 changed files with 9 additions and 2 deletions
|
@ -5,6 +5,10 @@
|
|||
networking.useDHCP = lib.mkDefault true;
|
||||
networking.hostName = config.system.hostname;
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
authKeyFile = config.sops.secrets."keys/tailscale".path;};
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue