fix(tailscale) + move module

This commit is contained in:
Tibo De Peuter 2026-02-20 10:23:28 +01:00
parent 48c15ea72a
commit ef3703c297
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
7 changed files with 29 additions and 25 deletions

View file

@ -26,6 +26,8 @@
networking = {
networkmanager.enable = true;
openconnect-sso.enable = true;
openvpn.enable = true;
tailscale.enable = true;
};
nix = {
@ -41,10 +43,7 @@
wireshark.enable = true;
};
services = {
pipewire.enable = true;
tailscale.enable = true;
};
services.pipewire.enable = true;
users.tdpeuter.enable = true;