feat(nix): add obsidian and sync folders to sgx fileserver configuration

- Added "obsidian" folder with path "~/obsidian" and device list
- Added "sync" folder with path "~/sync" and device list
- Both folders configured with same device list: sgx, S25, x1, m4
- Maintains consistent folder configuration pattern in fileserver setup
This commit is contained in:
Harald Hoyer 2025-12-03 17:01:38 +01:00
parent 6b2190a918
commit fcb5e83a63

View file

@ -134,6 +134,24 @@
};
};
folders = {
"obsidian" = {
path = "~/obsidian";
devices = [
"sgx"
"S25"
"x1"
"m4"
];
};
"sync" = {
path = "~/sync";
devices = [
"sgx"
"S25"
"x1"
"m4"
];
};
"qibxq-03l4j" = {
path = "~/logseq";
devices = [