refactor(samba): kyuuto

This commit is contained in:
arcnmx 2024-02-09 09:03:57 -08:00
parent 602eda1012
commit 5dcd5a5be0
14 changed files with 379 additions and 125 deletions

View file

@ -57,4 +57,7 @@ in {
download
(mkIf (completedDir != null && !hasCompletedSubdir) completed)
]);
users.users.deluge = mkIf cfg.enable {
extraGroups = [ "kyuuto" ];
};
}