Enable tor for remote admin on fginfo
This commit is contained in:
parent
bee36981a9
commit
ee6531b01c
2 changed files with 6 additions and 0 deletions
|
@ -117,6 +117,7 @@ with pkgs; [
|
|||
silver-searcher
|
||||
skim # fzf in Rust
|
||||
slurp
|
||||
socat
|
||||
spotify
|
||||
sqlite
|
||||
sshfs-fuse
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue