diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index b4814de..048af93 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -496,7 +496,6 @@ in enable = true; zones = { "irc.jakstys.lt".accountKey = accountKey; - "hdd.jakstys.lt".accountKey = accountKey; "grafana.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"; - }; - }; };