diff options
Diffstat (limited to '')
-rw-r--r-- | modules/options.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/options.nix b/modules/options.nix index 53b59cb..f55b398 100644 --- a/modules/options.nix +++ b/modules/options.nix @@ -189,6 +189,9 @@ in { type = types.str; description = "Hostname of the system."; }; + minimal = mkEnableOption { + description = "Install only required system services, drivers, and programs."; + }; # # Primary user of the system |