diff --git a/hosts/pc/networking.nix b/hosts/pc/networking.nix index 88813ca..b6cb5fc 100644 --- a/hosts/pc/networking.nix +++ b/hosts/pc/networking.nix @@ -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"; }; }