1password options
This commit is contained in:
@@ -23,4 +23,10 @@
|
||||
default = true;
|
||||
description = "Whether to enable SSH configuration";
|
||||
};
|
||||
|
||||
options._1password = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
description = "Whether to enable 1 password stuff";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user