minidlna and transmission on rock5b

This commit is contained in:
Andrea Ciceri 2023-06-18 10:54:50 +02:00
parent 6ce4914941
commit d72b1c1f78
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
5 changed files with 54 additions and 9 deletions

View file

@ -44,6 +44,8 @@
};
config = lib.mkIf config.ccr.enable {
ccr.extraGroups = ["wheel" "fuse" "networkmanager" "dialout"];
users.users.ccr = {
uid = 1000;
inherit (config.ccr) hashedPassword;