1 Commits

Author SHA1 Message Date
0cf9b85787 flake: use enum for mode option 2025-01-07 22:15:08 +03:00

View File

@@ -77,7 +77,7 @@
'';
};
mode = mkOption {
type = types.str;
type = types.enum [ "hardlink" "symlink" "move" "copy" ];
default = "hardlink";
description = ''
Organization mode, one of [ hardlink symlink move copy ].