Browse Source

Disable networking hosts (retired)

main
parent
commit
5d68e6d30c
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 8
      hosts/nixos/configuration.nix

8
hosts/nixos/configuration.nix

@ -10,10 +10,10 @@
networking.interfaces.ens3.useDHCP = true;
networking.hosts = {
"192.168.3.105" = [ "gamingpc" ];
"192.168.3.163" = [ "acernitro" ];
"192.168.3.182" = [ "raspberry" ];
"192.168.3.183" = [ "homecloud" ];
# "192.168.3.105" = [ "gamingpc" ];
# "192.168.3.163" = [ "acernitro" ];
# "192.168.3.182" = [ "raspberry" ];
# "192.168.3.183" = [ "homecloud" ];
};
users.users.chris.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4wka/LfG3pto15DIm9LIRbb6rWr7/ipCRiCdAKSlY4 chris@chrishayward.xyz"

Loading…
Cancel
Save