move mounts

This commit is contained in:
mjallen18
2024-06-01 11:04:42 -05:00
parent 1f6bde760a
commit 6b194cf24f
19 changed files with 42 additions and 42 deletions

View File

@@ -18,7 +18,7 @@ in
ports = [ "${cfg.port}:8443" ];
volumes = [
"${cfg.configPath}:/config"
"/mnt/ssd/ssd_app_data:/ssd_app_data"
"/home/admin/ssd/ssd_app_data:/ssd_app_data"
"/home/admin/nix-config:/nix-config"
];
environment = {

View File

@@ -26,7 +26,7 @@ with lib;
configPath = mkOption {
type = types.str;
default = "/mnt/ssd/ssd_app_data/vscode";
default = "/home/admin/ssd/ssd_app_data/vscode";
};
puid = mkOption {