mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-07-05 09:19:28 +02:00
treewide: migrate workman from thinkman
Some checks are pending
/ Build Nix targets (push) Waiting to run
Some checks are pending
/ Build Nix targets (push) Waiting to run
This commit is contained in:
parent
ba5e415474
commit
62d5687a0f
6 changed files with 15 additions and 15 deletions
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue