statix linted the shit out of my code

This commit is contained in:
William 2025-06-16 20:53:16 -03:00
parent 93cf3d5322
commit 98c64ea773
13 changed files with 11 additions and 36 deletions

View file

@ -107,7 +107,7 @@ in
users.users = mkIf (cfg.user == "qbittorrent") {
qbittorrent = {
group = cfg.group;
inherit group;
home = cfg.dataDir;
createHome = true;
description = "qBittorrent Daemon user";