All my system configs and packages in one repo
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

roles/email: remove unused import

+1 -1
+1 -1
roles/email/default.nix
··· 4 4 ... 5 5 }: let 6 6 cfg = config.roles.email; 7 - inherit (lib) mkEnableOption mkIf mkOption types pipe; 7 + inherit (lib) mkEnableOption mkIf mkOption types; 8 8 9 9 serverModule.options = { 10 10 host = mkOption {