1
0
Fork 0

add ssh to modules, export networking from blarm

This commit is contained in:
Philipp 2025-03-15 11:47:34 +01:00
parent cdf4b472ca
commit 56a64c1e0e
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
4 changed files with 86 additions and 40 deletions

View file

@ -11,7 +11,7 @@ let
in
{
options.${namespace}.apps.thunderbird = with types; {
enable = mkBoolOpt false "Whether or not to enable Firefox.";
enable = mkBoolOpt false "Whether or not to enable Thunderbird.";
};
config = mkIf cfg.enable {