wsl fixes

This commit is contained in:
Noah Masur
2022-10-16 14:20:50 +00:00
parent e1e27ca065
commit 084e832039
7 changed files with 33 additions and 34 deletions

View File

@ -7,12 +7,6 @@
options = {
identityFile = lib.mkOption {
type = lib.types.str;
description = "Path to existing identity file.";
default = "/etc/ssh/ssh_host_ed25519_key";
};
secretsDirectory = lib.mkOption {
type = lib.types.str;
description = "Default path to place secrets.";