l sync: sort & add massulus

This commit is contained in:
lassulus 2023-07-23 23:10:54 +02:00
parent 9c35e8da10
commit b8f7bebf77
2 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
services.syncthing.folders.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;

View File

@ -1,6 +1,13 @@
{
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:rwX" = {};