5 lines
102 B
Nix
5 lines
102 B
Nix
{ lib, ... }:
|
|
{
|
|
options.module.autoupdate.enable = lib.mkEnableOption "the system auto-updates.";
|
|
}
|