Skip to content

Commit

Permalink
chore(pc): change hostname to nixos
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael committed May 31, 2024
1 parent a911d06 commit 439bc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/pc/networking.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
networking = {
# TODO: Setup bridge for VMs
nameservers = ["1.1.1.1" "8.8.8.8" "8.8.4.4"];
hostName = "pc";
hostName = "nixos";
};
}

0 comments on commit 439bc56

Please sign in to comment.