Skip to content

Commit

Permalink
added hosts entry in vms for attic
Browse files Browse the repository at this point in the history
  • Loading branch information
heywoodlh committed Oct 16, 2024
1 parent 06708dc commit cb043d3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion nixos/vm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@
boot.loader.efi.canTouchEfiVariables = false;

# Enable networking
networking.networkmanager.enable = true;
networking = {
networkmanager.enable = true;
hosts = {
"100.69.64.103" = [
"attic"
"attic.barn-banana.ts.net"
];
};
};

# Set your time zone.
time.timeZone = "America/Denver";
Expand Down

0 comments on commit cb043d3

Please sign in to comment.