fix env var

This commit is contained in:
2024-12-30 01:26:07 +00:00
parent f5087b7951
commit bd531c12ce

View File

@@ -80,8 +80,8 @@ in
enableSSHSupport = true; enableSSHSupport = true;
}; };
environment.variables = { # environment.variables = {
DPK_NIX_CONF_DIR = "/mnt/d/Projects/nixconf"; # DPK_NIX_CONF_DIR = "/mnt/d/Projects/nixconf";
}; # };
} }