Add Audiobookshelf

This commit is contained in:
Gene Liverman 2024-03-28 18:18:21 -04:00
parent 072a6e34de
commit 1885a9119e
2 changed files with 26 additions and 2 deletions

View file

@ -1,6 +1,7 @@
{ inputs, config, hostname, pkgs, sops-nix, username, ... }: {
imports = [
./hardware-configuration.nix
./audiobookshelf.nix
];
system.stateVersion = "23.11";
@ -118,9 +119,9 @@
authKeyFile = config.sops.secrets.tailscale_key.path;
extraUpFlags = [
"--advertise-exit-node"
"--operator"
"${username}"
"--operator=${username}"
"--ssh"
"--advertise-routes=192.168.20.0/22"
];
useRoutingFeatures = "both";
};