From 464d377b39583130043ecb10b4a15cece1314c5e Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Tue, 6 Aug 2024 16:35:09 +0200 Subject: [PATCH] clanName -> meta.name --- flake.nix | 2 +- machines/chungus/media-jellyfin.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index faf6404..a7e6680 100644 --- a/flake.nix +++ b/flake.nix @@ -358,7 +358,7 @@ # Define your clan clan = { # Clan wide settings. - clanName = "gummybears"; # Ensure to choose a unique name. + meta.name = "gummybears"; # Ensure to choose a unique name. specialArgs = meta.specialArgs; machines = { diff --git a/machines/chungus/media-jellyfin.nix b/machines/chungus/media-jellyfin.nix index 055282e..f68b86f 100644 --- a/machines/chungus/media-jellyfin.nix +++ b/machines/chungus/media-jellyfin.nix @@ -2,7 +2,7 @@ { services.jellyfin = { enable = true; - openFirewall = true; + openFirewall = true; # todo: will open for retiolum as well group = "media"; user = "media"; };