diff --git a/machines/moritz-desktop/configuration.nix b/machines/moritz-desktop/configuration.nix index 8a47f8c..b3f5dc7 100644 --- a/machines/moritz-desktop/configuration.nix +++ b/machines/moritz-desktop/configuration.nix @@ -27,7 +27,7 @@ # Set this for clan commands use ssh i.e. `clan machines update` # If you change the hostname, you need to update this line to root@ # This only works however if you have avahi running on your admin machine else use IP - clan.core.networking.targetHost = "root@moritz-desktop"; + clan.core.networking.targetHost = "root@192.168.0.14"; my = { ai.enable = true; diff --git a/machines/moritz-server/configuration.nix b/machines/moritz-server/configuration.nix index 547e782..92f80c8 100644 --- a/machines/moritz-server/configuration.nix +++ b/machines/moritz-server/configuration.nix @@ -9,7 +9,7 @@ # Set this for clan commands use ssh i.e. `clan machines update` # If you change the hostname, you need to update this line to root@ # This only works however if you have avahi running on your admin machine else use IP - clan.core.networking.targetHost = "root@moritz-server"; + clan.core.networking.targetHost = "root@192.168.0.3"; networking = { interfaces.enp2s0 = { diff --git a/modules/shared.nix b/modules/shared.nix index 75d24ad..d7457ea 100644 --- a/modules/shared.nix +++ b/modules/shared.nix @@ -9,8 +9,6 @@ clan-core.clanModules.machine-id ]; - networking.hosts."fd77:acc0:1d56:2265:499:9367:28e0:97d3" = [ "moritz-remarkable" ]; - # Locale service discovery and mDNS services.avahi.enable = true;