Compare commits
No commits in common. "0f27e06c17ded12657821b0463c44914932ae4a2" and "a9e75fe06d4bc96f020aea7123415e2f2fb502e9" have entirely different histories.
0f27e06c17
...
a9e75fe06d
|
@ -14,7 +14,6 @@ with lib; {
|
|||
hyperfine
|
||||
dogdns
|
||||
duf
|
||||
xcp
|
||||
# User friendly cut
|
||||
choose
|
||||
# Man but terse
|
||||
|
|
|
@ -144,13 +144,7 @@
|
|||
"inContainer" = "true";
|
||||
};
|
||||
ports = [ "8265:8265" "8266:8266" "8267:8267" ];
|
||||
volumes = [
|
||||
"/var/lib/tdarr/configs:/app/configs"
|
||||
"/var/lib/tdarr/server:/app/server"
|
||||
"/var/lib/tdarr/logs:/app/logs"
|
||||
"/var/lib/tdarr/cache:/app/cache"
|
||||
"/mnt/plex:/media"
|
||||
];
|
||||
volumes = [ "/var/lib/tdarr:/app/configs" "/mnt/plex:/media" ];
|
||||
extraOptions = [ "--device=/dev/dri:/dev/dri" ];
|
||||
};
|
||||
# Configure sonarr - TV
|
||||
|
@ -216,7 +210,6 @@
|
|||
};
|
||||
# Make the containers depend on their mounts
|
||||
systemd.services = {
|
||||
"podman-tdarr" = { after = [ "mnt-plex.mount" ]; };
|
||||
"podman-plex" = { after = [ "mnt-music.mount" "mnt-plex.mount" ]; };
|
||||
"podman-jellyfin" = { after = [ "mnt-music.mount" "mnt-plex.mount" ]; };
|
||||
"podman-sabnzbd" = { after = [ "mnt-scratch.mount" ]; };
|
||||
|
|
|
@ -22,7 +22,8 @@
|
|||
wsl = {
|
||||
enable = true;
|
||||
defaultUser = "nathan";
|
||||
# nativeSystemd = true;
|
||||
startMenuLaunchers = true;
|
||||
nativeSystemd = true;
|
||||
};
|
||||
security.sudo.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue