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

@ -117,6 +117,7 @@ with pkgs; [
silver-searcher silver-searcher
skim # fzf in Rust skim # fzf in Rust
slurp slurp
socat
spotify spotify
sqlite sqlite
sshfs-fuse sshfs-fuse

View file

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