1
0
forked from clan/clan-core

buildClan: add clan-core to specialArgs

This commit is contained in:
DavHau 2024-04-02 16:03:45 +07:00
parent 388eff3baa
commit 6f9216d3b6
2 changed files with 4 additions and 2 deletions

View File

@ -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 = {

View File

@ -73,7 +73,9 @@ let
// lib.optionalAttrs (pkgs != null) { nixpkgs.pkgs = lib.mkForce pkgs; }
)
];
inherit specialArgs;
specialArgs = {
inherit clan-core;
} // specialArgs;
};
allMachines = machinesDirs // machines;