h: disable gts, skip check on openssh
This commit is contained in:
parent
3e41727410
commit
f646821439
@ -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";
|
||||
|
@ -9,6 +9,8 @@ let
|
||||
url = "mirror://openbsd/OpenSSH/portable/openssh-9.1p1.tar.gz";
|
||||
hash = "sha256-GfhQCcfj4jeH8CNvuxV4OSq01L+fjsX+a8HNfov90og=";
|
||||
};
|
||||
|
||||
doCheck = false;
|
||||
});
|
||||
};
|
||||
in {
|
||||
|
Loading…
Reference in New Issue
Block a user