feat: address hosts by hostname
This commit is contained in:
parent
9ad2ccd00b
commit
b44d627e43
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue