Compare commits
2 commits
9ad2ccd00b
...
b0b8a37041
| Author | SHA1 | Date | |
|---|---|---|---|
| b0b8a37041 | |||
| b44d627e43 |
3 changed files with 4 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 = {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue