mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
pass name to mkmachine
This commit is contained in:
parent
3e061632fc
commit
1defc14087
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ rec {
|
|||
|
||||
nixosConfigurations = builtins.mapAttrs
|
||||
(name: value: (mkMachine {
|
||||
inherit name;
|
||||
host-config = value;
|
||||
modules = nixosModules;
|
||||
nixpkgs = lib.luj.machines.${name}.nixpkgs_version;
|
||||
|
|
Loading…
Add table
Reference in a new issue