privatebin

This commit is contained in:
zuckerberg
2021-05-30 21:30:54 -04:00
parent 9222cf56fb
commit 5f6d9e5dba
4 changed files with 107 additions and 0 deletions

View File

@@ -44,6 +44,11 @@
host = "paste.neet.cloud";
};
services.privatebin = {
enable = true;
host = "kode.neet.dev";
};
security.acme.acceptTerms = true;
security.acme.email = "letsencrypt+5@tar.ninja";
}