about summary refs log tree commit diff stats
path: root/hosts/Apzu/networking.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/Apzu/networking.nix (renamed from hosts/IDOHVE/networking.nix)2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/IDOHVE/networking.nix b/hosts/Apzu/networking.nix
index 5d5f194a..17f7c356 100644
--- a/hosts/IDOHVE/networking.nix
+++ b/hosts/Apzu/networking.nix
@@ -10,5 +10,5 @@
   networking.useDHCP = lib.mkDefault true;
   # networking.interfaces.enp0s31f6.useDHCP = lib.mkDefault true;
   # networking.interfaces.wlp3s0.useDHCP = lib.mkDefault true;
-  networking.hostName = "IDOHVE";
+  networking.hostName = "Apzu";
 }