h: remove golink
This commit is contained in:
parent
eb125a0a33
commit
6f49384d0d
@ -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 =
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user