Reorder option declarations slightly

This commit is contained in:
SebastianStork 2025-09-23 15:34:13 +02:00
parent a8b475be84
commit 930e635a51
6 changed files with 9 additions and 9 deletions

View file

@ -12,7 +12,6 @@ in
options.custom.services.filebrowser = {
enable = lib.mkEnableOption "";
doBackups = lib.mkEnableOption "";
domain = lib.mkOption {
type = lib.types.nonEmptyStr;
default = "";
@ -21,6 +20,7 @@ in
type = lib.types.port;
default = 44093;
};
doBackups = lib.mkEnableOption "";
};
config = lib.mkIf cfg.enable {