mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
nixosConfigurations abstraction -fixed
This commit is contained in:
parent
a37cdcab5d
commit
9c85859e1f
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
(import ./modules inputs)
|
(import ./modules inputs)
|
||||||
(import ./systems + name inputs)
|
(import "${self}/systems/${name}" inputs)
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue