mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nix): share substituters across hosts
This commit is contained in:
parent
3f367b60f9
commit
f4d027ca72
5 changed files with 21 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue