buildClan: add clan-core to specialArgs
This commit is contained in:
@@ -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;
|
boot.kernel.sysctl."fs.inotify.max_user_watches" = lib.mkDefault 524288;
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
|
|||||||
@@ -73,7 +73,9 @@ let
|
|||||||
// lib.optionalAttrs (pkgs != null) { nixpkgs.pkgs = lib.mkForce pkgs; }
|
// lib.optionalAttrs (pkgs != null) { nixpkgs.pkgs = lib.mkForce pkgs; }
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
inherit specialArgs;
|
specialArgs = {
|
||||||
|
inherit clan-core;
|
||||||
|
} // specialArgs;
|
||||||
};
|
};
|
||||||
|
|
||||||
allMachines = machinesDirs // machines;
|
allMachines = machinesDirs // machines;
|
||||||
|
|||||||
Reference in New Issue
Block a user