clanName -> meta.name
This commit is contained in:
parent
c667c23866
commit
464d377b39
2 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
openFirewall = true; # todo: will open for retiolum as well
|
||||
group = "media";
|
||||
user = "media";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue