move mounts
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user