Fix hostname
All checks were successful
/ test (push) Successful in 8m34s

This commit is contained in:
Andrea Ciceri 2024-07-13 14:50:42 +02:00
parent cc2bae9274
commit b111910e64
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -29,7 +29,7 @@
"tcp://kirk.fleet" "tcp://kirk.fleet"
]; ];
}; };
onplus8t = { oneplus8t = {
id = "76BJ2ZE-FPFDWUZ-3UZIENZ-TS6YBGG-EZSF6UE-GLHRBQ2-KTHTRMI-3JWNRAT"; id = "76BJ2ZE-FPFDWUZ-3UZIENZ-TS6YBGG-EZSF6UE-GLHRBQ2-KTHTRMI-3JWNRAT";
addresses = [ addresses = [
"tcp://oneplus8t.fleet" "tcp://oneplus8t.fleet"
@ -45,7 +45,7 @@
kirk = "/home/${config.ccr.username}/org"; kirk = "/home/${config.ccr.username}/org";
} }
.${config.networking.hostName}; .${config.networking.hostName};
devices = ["picard" "sisko" "kirk" "onplus6t"]; devices = ["picard" "sisko" "kirk" "oneplus8t"];
}; };
sync = { sync = {
path = path =