Compare commits

..

No commits in common. "b0b8a370416f8ef1fbea81f62b6b954507645859" and "9ad2ccd00b15536dc087ef657949d69eec7303c0" have entirely different histories.

3 changed files with 2 additions and 4 deletions

View file

@ -27,7 +27,7 @@
# Set this for clan commands use ssh i.e. `clan machines update` # 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> # 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 # 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 = { my = {
ai.enable = true; ai.enable = true;

View file

@ -9,7 +9,7 @@
# Set this for clan commands use ssh i.e. `clan machines update` # 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> # 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 # 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 = { networking = {
interfaces.enp2s0 = { interfaces.enp2s0 = {

View file

@ -9,8 +9,6 @@
clan-core.clanModules.machine-id clan-core.clanModules.machine-id
]; ];
networking.hosts."fd77:acc0:1d56:2265:499:9367:28e0:97d3" = [ "moritz-remarkable" ];
# Locale service discovery and mDNS # Locale service discovery and mDNS
services.avahi.enable = true; services.avahi.enable = true;