Add nord ssh key
This commit is contained in:
@@ -56,15 +56,13 @@
|
||||
networking.interfaces.eno1.ipv4.addresses = [
|
||||
{ address = "192.168.1.8"; prefixLength = 24; }
|
||||
];
|
||||
networking.defaultGateway.address = "192.168.1.254";
|
||||
networking.defaultGateway.interface = "eno1";
|
||||
networking.nameservers = [
|
||||
"192.168.1.254"
|
||||
"8.8.8.8"
|
||||
"1.1.1.1"
|
||||
];
|
||||
networking.defaultGateway = {
|
||||
address = "192.168.1.254";
|
||||
interface = "eno1";
|
||||
};
|
||||
#networking.useDHCP = true;
|
||||
#TODO: avahi? resolved? https://git.pvv.ntnu.no/Drift/pvv-nixos-config/src/main/base.nix#L15-L18
|
||||
|
||||
|
||||
Reference in New Issue
Block a user