summaryrefslogtreecommitdiff
path: root/machines/picast/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/picast/default.nix')
-rw-r--r--machines/picast/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/machines/picast/default.nix b/machines/picast/default.nix
index 05ad832..63ad21d 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 =
@@ -50,6 +50,7 @@
extraGroups = [ "video" ];
};
services.cage = {
+ package = pkgs-unstable.cage;
enable = true;
user = "kodi";
program = "${pkgs.kodi-wayland.withPackages (kodiPkgs: with kodiPkgs;