feat: add info module
This commit is contained in:
parent
579d65edd8
commit
e2898d00fb
1 changed files with 10 additions and 0 deletions
10
modules/info.nix
Normal file
10
modules/info.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, lib, ... }:
|
||||
with lib;
|
||||
{
|
||||
options.info = {
|
||||
monitors = mkOption {
|
||||
type = types.int;
|
||||
default = 1;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue