Refactoring and fixing
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
enabled = lib.mkDefault true;
|
||||
label = "Sync";
|
||||
path = "~/Sync";
|
||||
devices = [
|
||||
"nas"
|
||||
"s25"
|
||||
];
|
||||
};
|
||||
"Documents" = {
|
||||
id = "ikwrq-ahv5a";
|
||||
@@ -26,6 +30,9 @@
|
||||
enabled = lib.mkDefault false;
|
||||
label = "Documents";
|
||||
path = "~/Documents";
|
||||
devices = [
|
||||
"nas"
|
||||
];
|
||||
};
|
||||
"Music" = {
|
||||
id = "6ytyt-ngvta";
|
||||
@@ -33,6 +40,9 @@
|
||||
enabled = lib.mkDefault false;
|
||||
label = "Music";
|
||||
path = "~/Music";
|
||||
devices = [
|
||||
"nas"
|
||||
];
|
||||
};
|
||||
"Obsidian" = {
|
||||
id = "hyeaf-ygups";
|
||||
@@ -40,6 +50,10 @@
|
||||
enabled = lib.mkDefault false;
|
||||
label = "Obsidian";
|
||||
path = "~/Obsidian";
|
||||
devices = [
|
||||
"nas"
|
||||
"s25"
|
||||
];
|
||||
};
|
||||
"Camera S25" = {
|
||||
id = "sm-s938b_9wbf-фото";
|
||||
@@ -47,14 +61,21 @@
|
||||
type = "receiveonly";
|
||||
label = "Camera S25";
|
||||
path = "~/Photos/S25";
|
||||
devices = [
|
||||
"nas"
|
||||
"s25"
|
||||
];
|
||||
};
|
||||
"PhotoArchive" = {
|
||||
id = "6detn-xjbco";
|
||||
type = "receiveonly";
|
||||
type = "sendreceive";
|
||||
enabled = lib.mkDefault false;
|
||||
label = "PhotoArchive";
|
||||
path = "~/Photos/archive";
|
||||
ignorePerms = true;
|
||||
devices = [
|
||||
"nas"
|
||||
];
|
||||
};
|
||||
"books" = {
|
||||
id = "6st45-t9jej";
|
||||
@@ -62,6 +83,9 @@
|
||||
enabled = lib.mkDefault false;
|
||||
label = "Books";
|
||||
path = "/mnt/hdd/Books";
|
||||
devices = [
|
||||
"nas"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user