2024-02-08 23:30:40 +03:00

5 lines
91 B
Nix

{ lib, ... }: {
options = {
mainuser = lib.mkOption { type = lib.types.str; };
};
}