Skip to content

Commit

Permalink
chore(nix): add hosts entry
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Mar 5, 2024
1 parent 47708fb commit cdade3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/systems/x86_64-linux/nz/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
networking.useDHCP = lib.mkDefault true;
networking.hosts = {
"192.168.89.200" = ["truenas.sbulav.ru"];
"100.91.128.100" = ["vault-c11.pyn.ru"];
"100.92.128.100" = ["vault-c12.pyn.ru"];
};
# networking.interfaces.enp2s0f0.useDHCP = lib.mkDefault true;
Expand Down

0 comments on commit cdade3c

Please sign in to comment.