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

@ -56,7 +56,7 @@
syncthing.guiAddress = "192.168.90.40:8384";
syncthing.folders = {
"notes" = {
id = "l62ul-lpweo";
id = "l62ul-lpweo"; # cspell:disable-line
path = "/ZFS/Media/Notes";
devices = [
"phone"
@ -65,7 +65,7 @@
fsWatcherEnabled = true;
};
"books" = {
id = "6uppx-vadmy";
id = "6uppx-vadmy"; # cspell:disable-line
path = "/ZFS/Storage/Syncthing/books";
devices = [
"phone"
@ -74,7 +74,7 @@
fsWatcherEnabled = true;
};
"important" = {
id = "4ckma-gtshs";
id = "4ckma-gtshs"; # cspell:disable-line
path = "/ZFS/Storage/Syncthing/important";
devices = [
"phone"
@ -83,7 +83,7 @@
fsWatcherEnabled = true;
};
"music" = {
id = "vprc5-3azqc";
id = "vprc5-3azqc"; # cspell:disable-line
path = "/ZFS/Storage/Syncthing/music";
devices = [
"phone"
@ -92,7 +92,7 @@
fsWatcherEnabled = true;
};
"projects" = {
id = "vyma6-lqqrz";
id = "vyma6-lqqrz"; # cspell:disable-line
path = "/ZFS/Storage/Syncthing/projects";
devices = [ "rhapsody-in-green" ];
fsWatcherEnabled = true;