removed unnesieary inherits
This commit is contained in:
parent
73e691bf01
commit
3935f3d4eb
@ -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";
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user