Compare commits

...

2 commits

Author SHA1 Message Date
b0b8a37041
feat: add hostname for my remarkable 2025-04-12 14:37:04 +02:00
b44d627e43
feat: address hosts by hostname 2025-04-12 14:36:43 +02:00
3 changed files with 4 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 = {

View file

@ -9,6 +9,8 @@
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;