feat: remove tailscale, setup ddclient for namecheap
This commit is contained in:
parent
0819f48d04
commit
b08fb0c4b3
8 changed files with 40 additions and 7 deletions
|
|
@ -5,7 +5,9 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
networking.networkmanager.enable = true;
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
systemd.services = {
|
||||
NetworkManager-wait-online.enable = false;
|
||||
};
|
||||
|
|
@ -15,5 +17,4 @@
|
|||
pkgs.wireguard-tools # tools for the wireguard secure network tunnel
|
||||
];
|
||||
services.mullvad-vpn.enable = config.bchmnn.collections.vpn.enable;
|
||||
services.tailscale.enable = config.bchmnn.collections.vpn.enable;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -133,7 +133,6 @@ in
|
|||
"modules-right": [
|
||||
"tray",
|
||||
"network",
|
||||
"custom/tailscale",
|
||||
"custom/separator",
|
||||
"pulseaudio",
|
||||
"custom/separator",
|
||||
|
|
@ -154,12 +153,12 @@ in
|
|||
"format": "{ifname}",
|
||||
"format-disconnected": " ",
|
||||
"format-ethernet": "eth ",
|
||||
"format-wifi": "{signalStrength}% ",
|
||||
"format-wifi": "{signalStrength}% ",
|
||||
"interval": 1,
|
||||
"tooltip-format": "{ifname} via {gwaddr} ",
|
||||
"tooltip-format-disconnected": "Disconnected",
|
||||
"tooltip-format-ethernet": "{ifname} ",
|
||||
"tooltip-format-wifi": "{essid} ({signalStrength}%) "
|
||||
"tooltip-format-ethernet": "{ifname} ",
|
||||
"tooltip-format-wifi": "{essid} ({signalStrength}%) "
|
||||
},
|
||||
"custom/tailscale": {
|
||||
"exec": "${tailscale-status}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue