Fix Hostname For Lenovo Laptop

This commit is contained in:
Annika Merris 2024-06-19 09:01:00 -04:00
parent 330ff4cc09
commit 7fae47058e
2 changed files with 20 additions and 20 deletions

View file

@ -20,7 +20,7 @@ inputs.nixpkgs.lib.nixosSystem {
# Hardware
physical = true;
networking.hostName = "kim";
networking.hostName = "envy";
networking.useDHCP = nixpkgs.lib.mkDefault true;