add(nix): share substituters across hosts

This commit is contained in:
Léana 江 2024-03-07 00:34:38 +01:00 committed by Léana 江
parent 3f367b60f9
commit f4d027ca72
5 changed files with 21 additions and 23 deletions

View file

@ -51,6 +51,7 @@
nixpkgs.lib.nixosSystem {
specialArgs = args;
modules = [
./hosts/_
./hosts/${name}
./layouts
input.agenix.nixosModules.default
@ -74,6 +75,7 @@
nix-darwin.lib.darwinSystem {
specialArgs = args;
modules = [
./hosts/_
./hosts/${name}
home-manager.darwinModules.home-manager
defaultOptions