From 04c6936ce9030e7e99aa9bfedf0a73810f550ac1 Mon Sep 17 00:00:00 2001 From: nixbitcoin Date: Sun, 3 May 2020 11:03:24 +0200 Subject: [PATCH] clightning: Remove clightning "bitcoinrpc" membership Secrets are written to clightning config file during preStart with root permissions because of PermissionsStartOnly. --- modules/clightning.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/clightning.nix b/modules/clightning.nix index 11f1a92..2a41b11 100644 --- a/modules/clightning.nix +++ b/modules/clightning.nix @@ -76,7 +76,6 @@ in { users.users.clightning = { description = "clightning User"; group = "clightning"; - extraGroups = [ "bitcoinrpc" ]; }; users.groups.clightning = {};