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
|
|
@ -1,6 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
networking = {
|
||||
firewall.enable = true;
|
||||
hostName = "APPA";
|
||||
useDHCP = false;
|
||||
interfaces.enp0s25 = {
|
||||
|
|
@ -20,6 +20,7 @@
|
|||
};
|
||||
defaultGateway = {
|
||||
address = "192.168.2.1";
|
||||
interface = "enp0s25";
|
||||
};
|
||||
defaultGateway6 = {
|
||||
address = "fdd2:59e7:4ee1:0001::1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue