fwminex: rm jakstpub

This commit is contained in:
Motiejus Jakštys 2024-12-28 19:34:07 +02:00
parent 38bd0f3479
commit 25ade81816

View File

@ -496,7 +496,6 @@ in
enable = true; enable = true;
zones = { zones = {
"irc.jakstys.lt".accountKey = accountKey; "irc.jakstys.lt".accountKey = accountKey;
"hdd.jakstys.lt".accountKey = accountKey;
"grafana.jakstys.lt".accountKey = accountKey; "grafana.jakstys.lt".accountKey = accountKey;
"bitwarden.jakstys.lt".accountKey = accountKey; "bitwarden.jakstys.lt".accountKey = accountKey;
}; };
@ -655,14 +654,6 @@ in
} }
]; ];
jakstpub = {
enable = true;
dataDir = "/home/motiejus/annex2/vno3-shared";
#requires = [ "data-shared.mount" ];
uidgid = myData.uidgid.jakstpub;
hostname = "hdd.jakstys.lt";
};
}; };
}; };