From db45303bb3c7122e00f7c4230395b64a302aa2ce Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Mon, 26 Sep 2022 13:14:15 +0200 Subject: [PATCH] Set caps on actual executable --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ed22d34..5e338af 100644 --- a/flake.nix +++ b/flake.nix @@ -116,7 +116,7 @@ owner = "root"; group = "root"; capabilities = "cap_sys_admin+p"; - source = "${sunshine}/bin/sunshine"; + source = "${sunshine}/bin/sunshine-${sunshine.version}"; }; systemd.user.services.sunshine = {