l sync: sort & add massulus
This commit is contained in:
parent
9c35e8da10
commit
b8f7bebf77
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
services.syncthing.folders.decsync = {
|
services.syncthing.folders.decsync = {
|
||||||
path = "/home/lass/decsync";
|
path = "/home/lass/decsync";
|
||||||
devices = [ "mors" "blue" "green" "phone" ];
|
devices = [ "mors" "blue" "green" "phone" "massulus" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
krebs.acl."/home/lass/decsync"."u:syncthing:X".parents = true;
|
krebs.acl."/home/lass/decsync"."u:syncthing:X".parents = true;
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
{
|
{
|
||||||
services.syncthing.folders."/home/lass/sync" = {
|
services.syncthing.folders."/home/lass/sync" = {
|
||||||
devices = [ "mors" "icarus" "xerxes" "shodan" "green" "blue" "coaxmetal" ];
|
devices = [
|
||||||
|
"mors"
|
||||||
|
"xerxes"
|
||||||
|
"green"
|
||||||
|
"blue"
|
||||||
|
"coaxmetal"
|
||||||
|
"aergia"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
krebs.acl."/home/lass/sync"."u:syncthing:X".parents = true;
|
krebs.acl."/home/lass/sync"."u:syncthing:X".parents = true;
|
||||||
krebs.acl."/home/lass/sync"."u:syncthing:rwX" = {};
|
krebs.acl."/home/lass/sync"."u:syncthing:rwX" = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user