mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-09 20:31:10 +00:00
nixos module that does nothing
This commit is contained in:
parent
96e98a3044
commit
cda20a654f
2 changed files with 16 additions and 0 deletions
14
modules/default.nix
Normal file
14
modules/default.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
package:
|
||||
|
||||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
options.services.lego-monitoring = {
|
||||
enable = lib.mkEnableOption "Enable lego-monitoring service."
|
||||
};
|
||||
|
||||
config = {};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue