{host}.fleet
-> {host}.wg.aciceri.dev
This commit is contained in:
parent
9677a6ca77
commit
cba0555c38
9 changed files with 23 additions and 24 deletions
|
@ -3,7 +3,7 @@
|
|||
services = {
|
||||
syncthing = {
|
||||
enable = true;
|
||||
guiAddress = "${config.networking.hostName}.fleet:8434";
|
||||
guiAddress = "${config.networking.hostName}.wg.aciceri.dev:8434";
|
||||
# TODO Use the home-manager module instead of the following conditions
|
||||
user = if config.networking.hostName == "sisko" then "syncthing" else "ccr";
|
||||
dataDir = if config.networking.hostName == "sisko" then "/mnt/hd/syncthing" else "/home/ccr";
|
||||
|
@ -16,25 +16,25 @@
|
|||
picard = {
|
||||
id = "XKSCJ46-EM6GIZ7-6ABQTZZ-ZRVWVFM-MJ3QNVG-F5EWHY5-ZUNYVSL-DA77YAG";
|
||||
addresses = [
|
||||
"tcp://picard.fleet"
|
||||
"tcp://picard.wg.aciceri.dev"
|
||||
];
|
||||
};
|
||||
sisko = {
|
||||
id = "QE6V7PR-VHMAHHS-GHD4ZI3-IBB7FEM-M6EQZBX-YFCWDAK-YCYL6VO-NNRMXQK";
|
||||
addresses = [
|
||||
"tcp://sisko.fleet"
|
||||
"tcp://sisko.wg.aciceri.dev"
|
||||
];
|
||||
};
|
||||
kirk = {
|
||||
id = "OVPXSCE-XFKCBJ2-A4SKJRI-DYBZ6CV-U2OFNA2-ALHOPW5-PPMHOIQ-5TG2HAJ";
|
||||
addresses = [
|
||||
"tcp://kirk.fleet"
|
||||
"tcp://kirk.wg.aciceri.dev"
|
||||
];
|
||||
};
|
||||
oneplus8t = {
|
||||
id = "KMB2YRF-DGTWU24-SLITU23-5TN7BMQ-6PFAQQZ-CZ7J2QL-PIGVBTU-VRFRMQV";
|
||||
addresses = [
|
||||
"tcp://oneplus8t.fleet"
|
||||
"tcp://oneplus8t.wg.aciceri.dev"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue