assertions + more descriptive initializations

This commit is contained in:
2025-09-28 14:51:08 -06:00
parent 712a0728a3
commit 6da8588e40
30 changed files with 94 additions and 35 deletions

View File

@@ -38,9 +38,9 @@ let
in
{
options.my.servers = {
unpackerr.enable = lib.mkEnableOption "enable";
unpackerr.enable = lib.mkEnableOption "automatic archive extraction service";
qbittorrent = {
enable = lib.mkEnableOption "enable";
enable = lib.mkEnableOption "qBittorrent torrent client";
port = lib.mkOption {
type = lib.types.int;
default = 9091;