diff --git a/clanModules/syncthing.nix b/clanModules/syncthing.nix index 6e1cdd0d..09b24abc 100644 --- a/clanModules/syncthing.nix +++ b/clanModules/syncthing.nix @@ -64,7 +64,7 @@ } ]; - # Activates inofify compatibility on syncthing + # Activates inotify compatibility on syncthing boot.kernel.sysctl."fs.inotify.max_user_watches" = lib.mkDefault 524288; services.syncthing = { diff --git a/lib/build-clan/default.nix b/lib/build-clan/default.nix index aa8f2ed2..4234189e 100644 --- a/lib/build-clan/default.nix +++ b/lib/build-clan/default.nix @@ -73,7 +73,9 @@ let // lib.optionalAttrs (pkgs != null) { nixpkgs.pkgs = lib.mkForce pkgs; } ) ]; - inherit specialArgs; + specialArgs = { + inherit clan-core; + } // specialArgs; }; allMachines = machinesDirs // machines;