clightning: Remove clightning "bitcoinrpc" membership

Secrets are written to clightning config file during preStart with root
permissions because of PermissionsStartOnly.
This commit is contained in:
nixbitcoin 2020-05-03 11:03:24 +02:00
parent 393ab0fb3c
commit 04c6936ce9
No known key found for this signature in database
GPG Key ID: DD11F9AD5308B3BA
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ in {
users.users.clightning = {
description = "clightning User";
group = "clightning";
extraGroups = [ "bitcoinrpc" ];
};
users.groups.clightning = {};