Add jellyfin
Some checks failed
Run nix flake check / flake-check (push) Failing after 4m36s
Periodic flake update / flake-update (push) Successful in 1m29s

This commit is contained in:
2024-12-22 04:33:00 +01:00
parent 11508a90e1
commit 79b6598d0d
8 changed files with 203 additions and 61 deletions

View File

@@ -231,6 +231,22 @@
sops-nix.nixosModules.sops
];
};
jelly01 = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {
inherit inputs self sops-nix;
};
modules = [
(
{ config, pkgs, ... }:
{
nixpkgs.overlays = [ overlay-unstable ];
}
)
./hosts/jelly01
sops-nix.nixosModules.sops
];
};
};
};
}