diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-04 16:47:41 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-04 16:47:52 -0600 |
| commit | 49d711586bfa523d5d1385373df6c422bf35b712 (patch) | |
| tree | b940a04c95f7a8f5736527db7690830b702ff2ae /modules/system/options.nix | |
| parent | 605dc67c6633d358d5ed1ccb9e7009d1a8ab4246 (diff) | |
printing moved to system
Diffstat (limited to 'modules/system/options.nix')
| -rw-r--r-- | modules/system/options.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/options.nix b/modules/system/options.nix index d827387..8126b6a 100644 --- a/modules/system/options.nix +++ b/modules/system/options.nix @@ -70,6 +70,7 @@ in { audio.enable = mkEnableOption "pipewire and wireplumber"; bluetooth.enable = mkEnableOption "bluetooth"; + printing.enable = mkEnableOption "cups printing server"; }; config.assertions = [ |
