h: remove golink

This commit is contained in:
Aaron Bieber 2024-08-29 14:48:08 -06:00
parent eb125a0a33
commit 6f49384d0d
No known key found for this signature in database
2 changed files with 0 additions and 16 deletions

View File

@ -356,7 +356,6 @@
};
sliding-sync =
spkgs.callPackage ./pkgs/sliding-sync.nix { inherit spkgs; };
golink = spkgs.callPackage ./pkgs/golink.nix { inherit spkgs; };
gokrazy = upkgs.callPackage ./pkgs/gokrazy.nix { inherit upkgs; };
gosignify = spkgs.callPackage ./pkgs/gosignify.nix { inherit spkgs; };
gotosocial =

View File

@ -161,17 +161,6 @@ in
owner = "root";
sopsFile = config.xin-secrets.h.secrets.services;
};
golink = {
mode = "400";
owner = config.services.golink.user;
sopsFile = config.xin-secrets.h.secrets.services;
};
#wallabag_secret = {
# mode = "400";
# owner = "wallabag";
# sopsFile = config.xin-secrets.h.secrets.services;
#};
};
networking = {
@ -331,10 +320,6 @@ in
postfix.extraConfig = ''
smtputf8_enable = no
'';
golink = {
enable = true;
envFile = config.sops.secrets.golink.path;
};
smartd.enable = false;
mcchunkie.enable = true;
wallabag = {