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
|
# Define your clan
|
||||||
clan = {
|
clan = {
|
||||||
# Clan wide settings.
|
# Clan wide settings.
|
||||||
clanName = "gummybears"; # Ensure to choose a unique name.
|
meta.name = "gummybears"; # Ensure to choose a unique name.
|
||||||
specialArgs = meta.specialArgs;
|
specialArgs = meta.specialArgs;
|
||||||
|
|
||||||
machines = {
|
machines = {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
services.jellyfin = {
|
services.jellyfin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true; # todo: will open for retiolum as well
|
||||||
group = "media";
|
group = "media";
|
||||||
user = "media";
|
user = "media";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue