spell checked nix files

This commit is contained in:
Richie Cahill
2024-04-20 12:54:33 -04:00
parent 915ba7bfdf
commit 1005525931
7 changed files with 103 additions and 17 deletions

View File

@ -43,7 +43,7 @@
syncthing.settings.folders = {
"notes" = {
id = "l62ul-lpweo";
id = "l62ul-lpweo"; # cspell:disable-line
path = "/home/richie/notes";
devices = [
"phone"
@ -52,7 +52,7 @@
fsWatcherEnabled = true;
};
"books" = {
id = "6uppx-vadmy";
id = "6uppx-vadmy"; # cspell:disable-line
path = "/home/richie/books";
devices = [
"phone"
@ -61,7 +61,7 @@
fsWatcherEnabled = true;
};
"important" = {
id = "4ckma-gtshs";
id = "4ckma-gtshs"; # cspell:disable-line
path = "/home/richie/important";
devices = [
"phone"
@ -70,14 +70,14 @@
fsWatcherEnabled = true;
};
"music" = {
id = "vprc5-3azqc";
id = "vprc5-3azqc"; # cspell:disable-line
path = "/home/richie/music";
devices = [
"phone"
"jeeves"
];
"projects" = {
id = "vyma6-lqqrz";
id = "vyma6-lqqrz"; # cspell:disable-line
path = "/home/richie/projects";
devices = [ "jeeves" ];
fsWatcherEnabled = true;

View File

@ -8,9 +8,9 @@
configDir = "/home/richie/.config/syncthing";
settings = {
devices = {
phone.id = "LTGPLAE-M4ZDJTM-TZ3DJGY-SLLAVWF-CQDVEVS-RGCS75T-GAPZYK3-KUM6LA5";
jeeves.id = "7YQ4UEW-OPQEBH4-6YKJH4B-ZCE3SAX-5EIK5JL-WJDIWUA-WA2N3D5-MNK6GAV";
rhapsody-in-green.id = "INKUNKN-KILXGL5-2TQ5JTH-ORJOLOM-WYD2PYO-YRDLQIX-3AKZFWT-ZN7OJAE";
phone.id = "LTGPLAE-M4ZDJTM-TZ3DJGY-SLLAVWF-CQDVEVS-RGCS75T-GAPZYK3-KUM6LA5"; # cspell:disable-line
jeeves.id = "7YQ4UEW-OPQEBH4-6YKJH4B-ZCE3SAX-5EIK5JL-WJDIWUA-WA2N3D5-MNK6GAV"; # cspell:disable-line
rhapsody-in-green.id = "INKUNKN-KILXGL5-2TQ5JTH-ORJOLOM-WYD2PYO-YRDLQIX-3AKZFWT-ZN7OJAE"; # cspell:disable-line
};
};
};