removed unnesieary inherits

This commit is contained in:
Richie Cahill 2024-06-27 21:45:18 -04:00
parent 73e691bf01
commit 3935f3d4eb
2 changed files with 2 additions and 4 deletions

View File

@ -4,9 +4,7 @@ let
zfs_torrenting = "/zfs/torrenting";
in
{
inherit zfs_media;
inherit zfs_storage;
inherit zfs_torrenting;
inherit zfs_media zfs_storage zfs_torrenting;
# media
media_database = "${zfs_media}/syncthing/database";
media_docker = "${zfs_media}/docker";

View File

@ -39,7 +39,7 @@
"cSpell.enabled": true,
"cSpell.language": "en,en-US",
"cSpell.enableFiletypes": ["bat", "csv", "nix", "toml"],
"cSpell.userWords": ["Cahill", "syncthing"],
"cSpell.userWords": ["Cahill", "syncthing", "unnesieary"],
// nix
"nix.enableLanguageServer": true,