stuff for sure

This commit is contained in:
mjallen18
2024-08-20 11:32:56 -05:00
parent 1bf2b400c7
commit 0b408700c3
19 changed files with 337 additions and 151 deletions

View File

@@ -66,5 +66,8 @@
tdarr.enable = true;
vscode.enable = true;
wireguard.enable = true;
wireguard.configPath = "/media/nas/ssd/nix-app-data/wireguard/sidestore";
};
}

View File

@@ -29,7 +29,7 @@
fsType = "tmpfs";
options = [
"defaults"
"size=32G"
"size=256G"
"mode=755"
];
};