treewide: migrate workman from thinkman
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Felix Buehler 2025-06-01 20:18:42 +02:00
parent ba5e415474
commit 62d5687a0f
6 changed files with 15 additions and 15 deletions

View file

@ -23,7 +23,7 @@
urAccepted = 3;
};
devices = {
"thinkman" = {
"workman" = {
id = "KXSCPX3-JCCFZM4-S2LQZZL-3AM6WRL-IPNWVG2-IB5FEDJ-YYFUIRR-VMDO3AL";
};
"birdman" = {
@ -38,7 +38,7 @@
id = "djdxo-1akub";
path = "/data/computer";
devices = [
"thinkman"
"workman"
"birdman"
"newton"
];
@ -47,7 +47,7 @@
id = "4hds7-gpypp";
path = "/data/phone";
devices = [
"thinkman"
"workman"
"birdman"
"newton"
];
@ -57,7 +57,7 @@
path = "/data/music";
fsWatcherEnabled = false;
devices = [
"thinkman"
"workman"
"birdman"
"newton"
];
@ -67,14 +67,14 @@
path = "/data/photos";
fsWatcherEnabled = false;
devices = [
"thinkman"
"workman"
"newton"
];
};
"Aria2" = {
id = "jjnzq-pgzua";
path = "/data/tmp/aria2";
devices = [ "thinkman" ];
devices = [ "workman" ];
};
};
};