new ssh key and dns server in installer iso
This commit is contained in:
parent
6085dd88d0
commit
ab7d380372
1 changed files with 2 additions and 1 deletions
|
|
@ -33,6 +33,7 @@
|
|||
sshkeys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINABEf0jBjtDdezDDtvl1v27l0DbHP2XUgMARTZXC+MR goeranh@node5"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDmYHNdtPmQqvNINEWJgqEojrye+wQKr0S0VwlGv7xUa goeranh@node7"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFSwdCtJZNZzrVa6m4I3OBZHGgWYhEBCBdnCR5rSJimz ocxe@nix"
|
||||
];
|
||||
in
|
||||
rec {
|
||||
|
|
@ -100,7 +101,7 @@
|
|||
system.stateVersion = "25.11";
|
||||
networking.dhcpcd.enable = nixpkgs.lib.mkForce false;
|
||||
networking.defaultGateway.address = "141.56.51.254";
|
||||
networking.nameservers = [ "9.9.9.9" ];
|
||||
networking.nameservers = [ "141.56.1.1" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue