temp commit lol

This commit is contained in:
mjallen18
2024-06-29 11:34:17 -05:00
parent c3767fd666
commit e74020a8ce
28 changed files with 293 additions and 127 deletions

View File

@@ -18,7 +18,7 @@ in
ports = [ "${cfg.port}:8443" ];
volumes = [
"${cfg.configPath}:/config"
"/home/admin/ssd/ssd_app_data:/ssd_app_data"
"/media/nas/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 = "/home/admin/ssd/ssd_app_data/vscode";
default = "/media/nas/ssd/ssd_app_data/vscode";
};
puid = mkOption {