formatting

This commit is contained in:
mjallen18
2024-02-28 21:49:51 -06:00
parent bdfd5e92b7
commit 347d30094b
40 changed files with 459 additions and 503 deletions

View File

@@ -1,14 +1,11 @@
{ lib, pkgs, config, ... }:
with lib;
let
cfg = config.nas-apps.jellyfin;
let cfg = config.nas-apps.jellyfin;
in {
imports = [
./options.nix
];
imports = [ ./options.nix ];
config = mkIf cfg.enable {
systemd.services.jellyfin-nvidia-docker = {
path = [ pkgs.bash pkgs.docker ];
script = ''
@@ -74,4 +71,4 @@ in {
# # PGID = "1000";
# # };
# # };
# }
# }