Merge branch 'main' into storage-refactor

This commit is contained in:
Leyla Becker 2025-11-08 14:26:07 -06:00
commit 730eeef242
10 changed files with 115 additions and 85 deletions

View file

@ -1,7 +1,7 @@
{
config,
lib,
outputs,
syncthingConfiguration,
...
}: let
mountDir = "/mnt/sync";
@ -27,7 +27,7 @@ in {
configDir = configDir;
overrideDevices = true;
overrideFolders = true;
configuration = outputs.syncthingConfiguration;
configuration = syncthingConfiguration;
deviceName = config.networking.hostName;
};
}