From 7c9c962b79228a9438125a3b8290500812579304 Mon Sep 17 00:00:00 2001 From: Chinpo Nya Date: Mon, 28 Jul 2025 20:30:20 +0200 Subject: [PATCH] nix: add /etc/group to systemd sandbox allows specifying groups by name in the unix socket --- contrib/nixos/modules/copyparty.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/nixos/modules/copyparty.nix b/contrib/nixos/modules/copyparty.nix index 3725f8e4..2f13f07b 100644 --- a/contrib/nixos/modules/copyparty.nix +++ b/contrib/nixos/modules/copyparty.nix @@ -279,6 +279,7 @@ in { "/nix/store" "-/etc/resolv.conf" "-/etc/nsswitch.conf" + "-/etc/group" "-/etc/hosts" "-/etc/localtime" ]