syncthing refactor

This commit is contained in:
Lilith 2026-01-15 14:45:26 +01:00
parent c9cb613280
commit 155dfacc13
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
4 changed files with 61 additions and 50 deletions

View file

@ -17,6 +17,11 @@ in
};
};
syncthing = {
enable = true;
dataDir = "/data/sync";
};
hardware.nvidia = {
package = config.boot.kernelPackages.nvidiaPackages.stable;
nvidiaSettings = true;