mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-30 08:40:52 +02: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
|
nixosConfigurations = builtins.mapAttrs
|
||||||
(name: value: (mkMachine {
|
(name: value: (mkMachine {
|
||||||
|
inherit name;
|
||||||
host-config = value;
|
host-config = value;
|
||||||
modules = nixosModules;
|
modules = nixosModules;
|
||||||
nixpkgs = lib.luj.machines.${name}.nixpkgs_version;
|
nixpkgs = lib.luj.machines.${name}.nixpkgs_version;
|
||||||
|
|
Loading…
Add table
Reference in a new issue