mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-26 15:12:14 +00:00
sync
This commit is contained in:
12
modules/wslsshagent/default.nix
Normal file
12
modules/wslsshagent/default.nix
Normal 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 {
|
||||
|
||||
###
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user