forked from Drift/pvv-nixos-config
Merge branch 'jokum_logs' of Drift/pvv-nixos-config into main
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
|
||||
networking.interfaces.ens18.useDHCP = false;
|
||||
|
||||
networking.defaultGateway = "129.241.210.129";
|
||||
networking.interfaces.ens18.ipv4 = {
|
||||
addresses = [
|
||||
{
|
||||
@@ -39,7 +38,6 @@
|
||||
}
|
||||
];
|
||||
};
|
||||
networking.nameservers = [ "129.241.0.200" "129.241.0.201" ];
|
||||
|
||||
# List packages installed in system profile
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@@ -20,6 +20,7 @@ in {
|
||||
"knakelibrak.pvv.ntnu.no:9100"
|
||||
"hildring.pvv.ntnu.no:9100"
|
||||
"bicep.pvv.ntnu.no:9100"
|
||||
"jokum.pvv.ntnu.no:9100"
|
||||
];
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user