feat: address hosts by hostname

This commit is contained in:
Moritz Böhme 2025-04-12 14:36:43 +02:00
parent 9ad2ccd00b
commit b44d627e43
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 2 additions and 2 deletions

View file

@ -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@<new-hostname>
# This only works however if you have avahi running on your admin machine else use IP
clan.core.networking.targetHost = "root@192.168.0.14";
clan.core.networking.targetHost = "root@moritz-desktop";
my = {
ai.enable = true;

View file

@ -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@<new-hostname>
# This only works however if you have avahi running on your admin machine else use IP
clan.core.networking.targetHost = "root@192.168.0.3";
clan.core.networking.targetHost = "root@moritz-server";
networking = {
interfaces.enp2s0 = {