Enable tor for remote admin on fginfo

This commit is contained in:
Tim Schubert 2023-10-18 16:05:24 +02:00
parent bee36981a9
commit ee6531b01c
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
2 changed files with 6 additions and 0 deletions

View file

@ -90,6 +90,11 @@ in
services.avahi.enable = true;
services.tor = {
enable = true;
client.enable = true;
};
services.paperless = {
enable = true;
passwordFile = config.age.secrets.paperless.path;