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

@ -6,11 +6,13 @@ keys:
# Generate AGE keys from SSH keys with: # Generate AGE keys from SSH keys with:
# ssh-keygen -A # ssh-keygen -A
# nix-shell -p ssh-to-age --run 'cat /etc/ssh/ssh_host_ed25519_key.pub | ssh-to-age' # nix-shell -p ssh-to-age --run 'cat /etc/ssh/ssh_host_ed25519_key.pub | ssh-to-age'
# cspell:disable
- &artemision age1jd2dcpykagz20kpk2kkchte3augqncwfn6nywursx0dkfyze6feqdzxkq2 - &artemision age1jd2dcpykagz20kpk2kkchte3augqncwfn6nywursx0dkfyze6feqdzxkq2
- &palatine-hill age1z8q02wdp0a2ep5uuffgfeqlfam4ztl95frhw5qhnn6knn0rrmcnqk5evej - &palatine-hill age1z8q02wdp0a2ep5uuffgfeqlfam4ztl95frhw5qhnn6knn0rrmcnqk5evej
- &jeeves age128ehc0ssgwnuv4r8ayfyu7r80e82xrkmv63g7h9y9q4mhk4w9dyqfymc2w - &jeeves age128ehc0ssgwnuv4r8ayfyu7r80e82xrkmv63g7h9y9q4mhk4w9dyqfymc2w
- &jeeves-jr age1lffr5f5nz0nrenv3ekgy27e8sztsx4gfp3hfymkz77mqaa5a4gts0ncrrh - &jeeves-jr age1lffr5f5nz0nrenv3ekgy27e8sztsx4gfp3hfymkz77mqaa5a4gts0ncrrh
- &rhapsody-in-green age1c7adjulcrma0m7l5ur8efxdjzyskrqcwssfkt77a9rmma7gzss5q02pgmy - &rhapsody-in-green age1c7adjulcrma0m7l5ur8efxdjzyskrqcwssfkt77a9rmma7gzss5q02pgmy
# cspell:enable
admins: &admins admins: &admins
- *admin_alice - *admin_alice

86
.vscode/settings.json vendored
View File

@ -1,3 +1,87 @@
{ {
"cSpell.words": ["artemision", "autofetch", "esbenp"] "cSpell.enableFiletypes": ["nix"],
"cSpell.words": [
"aarch",
"adbusers",
"ahci",
"alicehuston",
"alsa",
"artemision",
"autofetch",
"autopull",
"azuretools",
"BANN",
"btop",
"builtins",
"cachix",
"charliermarsh",
"codezombiech",
"concatLists",
"dialout",
"dotfiles",
"eamodio",
"errorlens",
"esbenp",
"fenix",
"foxundermoon",
"hexeditor",
"HRDN",
"hwloc",
"hyprland",
"hyprwm",
"iperf",
"jmgilman",
"jnoortheen",
"keygen",
"KRNL",
"libvirtd",
"LOGG",
"lsnew",
"lynis",
"mechatroner",
"ncdu",
"neofetch",
"networkd",
"networkmanager",
"nixos",
"nixpkgs",
"nmap",
"numtide",
"nvme",
"oderwat",
"pciutils",
"pipewire",
"pkgs",
"plugdev",
"pulseaudio",
"pylance",
"Redistributable",
"ripgrep",
"rtkit",
"Sandro",
"shellcheck",
"smartd",
"smartmontools",
"sshconfig",
"substituters",
"sysstat",
"tamasfe",
"timonwong",
"topgrade",
"Toqozz",
"uaccess",
"updatekeys",
"usbguard",
"usbhid",
"usbutils",
"usernamehw",
"vfat",
"virtualisation",
"wireshark",
"xhci",
"yzhang",
"zerotierone",
"zhaofengli",
"zoxide"
]
} }

View File

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

View File

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

View File

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

View File

@ -13,7 +13,7 @@ import ../default.nix {
name name
; ;
publicKeys = [ publicKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMtRuAqeERMet9sFh1NEkG+pHLq/JRAAGDtv29flXF59 Richie@tmmworkshop.com Desktop" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMtRuAqeERMet9sFh1NEkG+pHLq/JRAAGDtv29flXF59 Richie@tmmworkshop.com Desktop" # cspell:disable-line
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHJSlv8ujrMpr8qjpX2V+UBXSP5FGhM1l+/5aGnfb2MV Richie@tmmworkshop.com Laptop" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHJSlv8ujrMpr8qjpX2V+UBXSP5FGhM1l+/5aGnfb2MV Richie@tmmworkshop.com Laptop" # cspell:disable-line
]; ];
} }

View File

@ -21,7 +21,7 @@
pciutils pciutils
smartmontools smartmontools
usbutils usbutils
# netowking # networking
iperf3 iperf3
nmap nmap
wget wget