mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
chore: update homelab
This commit is contained in:
parent
a9fdfd8bac
commit
eee2f2eaf3
3 changed files with 38 additions and 38 deletions
|
|
@ -1,4 +1,4 @@
|
|||
_: let
|
||||
{pkgsUnstable, ...}: let
|
||||
domain = "plex.nickolaj.com";
|
||||
in {
|
||||
services.nginx.virtualHosts."${domain}" = {
|
||||
|
|
@ -13,6 +13,7 @@ in {
|
|||
|
||||
services.plex = {
|
||||
enable = true;
|
||||
package = pkgsUnstable.plex;
|
||||
openFirewall = true;
|
||||
user = "media";
|
||||
group = "media";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue