| 28 Nov 2022 |
roshan | byteio.in 🌷 | is this correct way to add keys to nix acc ? | 13:54:37 |
@linus:schreibt.jetzt | yes, but freshrss shouldn't be running as the nix user unless you added extra config for it | 13:55:01 |
@linus:schreibt.jetzt | try adding users.users.freshrss.extraGroups = ["keys"] | 13:55:59 |
@linus:schreibt.jetzt | since it runs as the freshrss user | 13:56:08 |
roshan | byteio.in 🌷 | services.<name> name is same for group | 13:57:24 |
@linus:schreibt.jetzt | not always | 13:57:33 |
@linus:schreibt.jetzt | you generally have to check the module implementation | 13:57:43 |
@linus:schreibt.jetzt | often services will use systemd's DynamicUser feature to avoid actually creating a "permanent" user, in which case you have to set serviceConfig.SupplementaryGroups = ["keys"] on the systemd service in question | 13:58:37 |
roshan | byteio.in 🌷 |  Download image.png | 14:02:21 |