h: disable gts, skip check on openssh

This commit is contained in:
Aaron Bieber 2022-11-01 09:20:32 -06:00
parent 3e41727410
commit f646821439
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -185,7 +185,7 @@ in {
services = {
yarr = { enable = true; };
gotosocial = {
enable = true;
enable = false;
# https://github.com/superseriousbusiness/gotosocial/blob/v0.5.0-rc1/example/config.yaml
configuration = {
account-domain = "mammothcirc.us";

View File

@ -9,6 +9,8 @@ let
url = "mirror://openbsd/OpenSSH/portable/openssh-9.1p1.tar.gz";
hash = "sha256-GfhQCcfj4jeH8CNvuxV4OSq01L+fjsX+a8HNfov90og=";
};
doCheck = false;
});
};
in {