feat: Added jellyfin reverse proxy
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
devices,
|
||||
inputs,
|
||||
overlays,
|
||||
home-manager,
|
||||
home-manager-stable,
|
||||
nur,
|
||||
nixos-raspberrypi,
|
||||
...
|
||||
@@ -18,9 +18,12 @@
|
||||
};
|
||||
system = device.system;
|
||||
modules = [
|
||||
inputs.arion.nixosModules.arion
|
||||
inputs.disko.nixosModules.disko
|
||||
nur.modules.nixos.default
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.nix-minecraft.nixosModules.minecraft-servers
|
||||
nur.modules.nixos.default
|
||||
home-manager-stable.nixosModules.home-manager
|
||||
{
|
||||
nixpkgs.overlays = overlays;
|
||||
imports = with nixos-raspberrypi.nixosModules; [
|
||||
@@ -28,6 +31,19 @@
|
||||
raspberry-pi-5.display-vc4
|
||||
raspberry-pi-5.bluetooth
|
||||
];
|
||||
home-manager = {
|
||||
backupFileExtension = "bak";
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
inherit device;
|
||||
stablePkgs = inputs.nixpkgs-stable.legacyPackages.${device.system};
|
||||
};
|
||||
users.${device.user}.imports = [
|
||||
../../home
|
||||
];
|
||||
};
|
||||
}
|
||||
./configuration.nix
|
||||
./services
|
||||
|
||||
Reference in New Issue
Block a user