N3D23X2AEMHUX4HFHFDHQUIUD3I3Y2LTD6F4E4WBBKTG25JUYYFQC
WPI5ZPWC4G5NT43NCUCGPRRQDIZDZJCDM6LNNO7AZKX3JH3ICD2QC
ZDUXD7NLUUE3ZXRSF5KRAZC76FC4D3YUIT2GLQ3744ZJTZDK4IFQC
N36OZC57VXYPRLQ4MS3QZCXQMRWWXI77CWMIICXEY5TDKDLVVGKAC
JFYJS5EMQ6JLQGH364O3Y27R63N27QBORRVICOLRN2T7CWIHG4MQC
#./mod/yggdrasil-static-rootless.nix
./mod/yggdrasil-static-rootless.nix
## 3) mkdir /.ygg
## 3) mkdir /etc/yggdrasil; cd /etc/yggdrasil
## 4) nix-shell -p yggdrasil --command 'yggdrasil -genconf' > /.ygg/config
## 4) nix-shell -p yggdrasil --command 'yggdrasil -genconf' > config
## 5) sed -i 's,\(AdminListen: *\).*,\1none,' /.ygg/config
## 5) sed -i 's,\(AdminListen: *\).*,\1none,' config## set (in config) the LinkLocalTCPPort to 65535 (see below)
## 5) sed -i 's,\(AdminListen: *\).*,\1none,' config
## set (in config) the LinkLocalTCPPort to 65535 (see below)
## 9) chown -R root:ygg /.ygg
## 9) chown -R root:ygg /etc/yggdrasil
WorkingDirectory = "/.ygg";
WorkingDirectory = "/etc/yggdrasil";