From 71492b0d10b5eb7f85a1b6dc28707adea2f7f068 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 2 Jun 2025 18:54:24 +0200 Subject: deps: update to NixOS 25.05 I'm not sure why the Kodi user now needs to be in the `audio` group but without it the user can only see a dummy device. --- nixos/hosts/ev/kodi.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nixos/hosts/ev') diff --git a/nixos/hosts/ev/kodi.nix b/nixos/hosts/ev/kodi.nix index 2aea216..3862dfe 100644 --- a/nixos/hosts/ev/kodi.nix +++ b/nixos/hosts/ev/kodi.nix @@ -7,7 +7,10 @@ let in { config = { - users.extraUsers.kodi.isNormalUser = true; + users.users.kodi = { + isNormalUser = true; + extraGroups = ["audio"]; + }; services = { cage = { -- cgit v1.2.3