1
0
forked from clan/clan-core

Merge pull request 'buildClan: add clan-core to specialArgs' (#1076) from DavHau-dave into main

This commit is contained in:
clan-bot 2024-04-02 09:15:37 +00:00
commit ff0e66512f
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;