Standardize hostname

This commit is contained in:
TheWanderingCrow 2024-09-13 17:08:01 -04:00
parent 3af7fc9477
commit 17c2f4e788

View file

@ -5,7 +5,7 @@
./hardware-configuration.nix
../../modules
];
networking.hostName = "nixos-vmware";
networking.hostName = "vmware";
environment.systemPackages = [
pkgs.git
pkgs.vim