Ghatanothoa (Neues Jitsi)

This commit is contained in:
Gonne Kretschmer 2023-10-18 17:04:30 +02:00
parent 8194722e2d
commit e8929ff159
3 changed files with 60 additions and 0 deletions

View file

@ -0,0 +1,15 @@
# We sohuld put that config somewhere in roles and give it a parameter or something,
# everyone gets the same nameserver and the same prefixLength and address vs defaultGateway alsways
# depend on the same thing
{
imports = [ ];
networking = {
interfaces.enX0.ipv4.addresses = [ {
address = "192.168.0.25";
prefixLength = 16;
} ];
defaultGateway = "192.168.0.152";
nameservers = ["130.83.2.22" "130.83.56.60" "130.83.22.60" "130.82.22.63"];
};
}