Fix nameservers and pulsebert ssh hostkey

This commit is contained in:
polygon - 2022-01-08 02:28:09 +01:00
parent 0e9d7b2a32
commit 88972474d0
2 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,7 @@ rec {
pulsebert = { pulsebert = {
ether = "dc:a6:32:31:b6:32"; ether = "dc:a6:32:31:b6:32";
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE9RKlt+mIew5epxHt7Gab44yFOdeD+L/EhhA6Ospzyq"; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFQCsDss9Gq3/eTKqpgEwXK+nhnuARS4/kHqF2+laGnp";
wol = true; wol = true;
ip4 = "pulsebert.hq.c3d2.de"; ip4 = "pulsebert.hq.c3d2.de";
}; };

View File

@ -12,6 +12,9 @@
}; };
networking.defaultGateway = "172.22.99.1"; networking.defaultGateway = "172.22.99.1";
networking.firewall.allowedTCPPorts = [ 22 ]; networking.firewall.allowedTCPPorts = [ 22 ];
networking.nameservers = [ "172.20.73.8" "9.9.9.9" ];
c3d2.users.polygon = true;
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix