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:
parent
6b2190a918
commit
fcb5e83a63
1 changed files with 18 additions and 0 deletions
|
|
@ -134,6 +134,24 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
folders = {
|
folders = {
|
||||||
|
"obsidian" = {
|
||||||
|
path = "~/obsidian";
|
||||||
|
devices = [
|
||||||
|
"sgx"
|
||||||
|
"S25"
|
||||||
|
"x1"
|
||||||
|
"m4"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
"sync" = {
|
||||||
|
path = "~/sync";
|
||||||
|
devices = [
|
||||||
|
"sgx"
|
||||||
|
"S25"
|
||||||
|
"x1"
|
||||||
|
"m4"
|
||||||
|
];
|
||||||
|
};
|
||||||
"qibxq-03l4j" = {
|
"qibxq-03l4j" = {
|
||||||
path = "~/logseq";
|
path = "~/logseq";
|
||||||
devices = [
|
devices = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue