Various updates
This commit is contained in:
parent
26165af972
commit
375a85e0e7
25 changed files with 291 additions and 167 deletions
|
|
@ -4,13 +4,39 @@
|
|||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
tailscaleMagicDNS = "neon-dory.ts.net";
|
||||
in
|
||||
{
|
||||
|
||||
age.secrets = {
|
||||
tailscale-authKey.file = ../../secrets/tailscale-authKey.age;
|
||||
};
|
||||
|
||||
my = {
|
||||
utils = {
|
||||
commons.enable = true;
|
||||
lxc-standard.enable = true;
|
||||
};
|
||||
|
||||
networking = {
|
||||
nas-samba-share = {
|
||||
enable = true;
|
||||
allowUsers = with config.services; [
|
||||
sonarr.user
|
||||
radarr.user
|
||||
lidarr.user
|
||||
readarr.user
|
||||
bazarr.user
|
||||
];
|
||||
};
|
||||
tailscale = {
|
||||
enable = true;
|
||||
magicDNSDomain = tailscaleMagicDNS;
|
||||
authKeyFile = config.age.secrets.tailscale-authKey.path;
|
||||
};
|
||||
};
|
||||
|
||||
services.media-mgr = {
|
||||
programs.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue