This commit is contained in:
2023-02-19 14:40:05 -05:00
parent bc94adbc32
commit a66843c4bc
4 changed files with 41 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{ lib, config, pkgs, ... }: {
#define option to enable this
options.mymods.wslsshagent.enable = lib.mkEnableOption "Enable WSL Agent forwarder";
config = lib.mkIf config.mymods.wslsshagent.enable {
###
};
}