clanName -> meta.name
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 2m20s

This commit is contained in:
Ingolf Wagner 2024-08-06 16:35:09 +02:00
parent c667c23866
commit 464d377b39
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 2 additions and 2 deletions

View file

@ -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 = {

View file

@ -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";
}; };