From 763e26fd0a8ee4942c397db3bb0ecca8f8d29815 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Thu, 29 Jan 2026 06:55:38 -0700 Subject: upstream kage broken, testing unstable --- machines/picast/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'machines/picast') diff --git a/machines/picast/default.nix b/machines/picast/default.nix index 99d8507..46adc0a 100644 --- a/machines/picast/default.nix +++ b/machines/picast/default.nix @@ -2,7 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page, on # https://search.nixos.org/options and in the NixOS manual (`nixos-help`). -{ config, lib, pkgs, ... }: +{ config, lib, pkgs, pkgs-unstable, ... }: { imports = @@ -47,6 +47,7 @@ users.extraUsers.kodi.isNormalUser = true; services.cage = { + package = pkgs-unstable.cage; enable = true; user = "kodi"; program = "${pkgs.kodi-wayland}/bin/kodi-standalone"; -- cgit v1.2.3