mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 01:47:42 -04:00
Add Audiobookshelf
This commit is contained in:
parent
072a6e34de
commit
1885a9119e
2 changed files with 26 additions and 2 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue