fix: set dns and gateway for alls ervers
This commit is contained in:
parent
bb0fd16903
commit
1f8c1f92e1
1 changed files with 15 additions and 0 deletions
|
@ -25,6 +25,21 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
networking = {
|
||||||
|
# explisitly stating this is good
|
||||||
|
defaultGateway = "193.1.99.65";
|
||||||
|
|
||||||
|
# cannot use our own it seems?
|
||||||
|
nameservers = [
|
||||||
|
# pulled these from eduroam to get up and running
|
||||||
|
"10.220.1.10"
|
||||||
|
"10.220.1.11"
|
||||||
|
"10.150.100.10"
|
||||||
|
"10.150.100.11"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
# for flakes
|
# for flakes
|
||||||
pkgs.git
|
pkgs.git
|
||||||
|
|
Loading…
Reference in a new issue