pass name to mkmachine

This commit is contained in:
Julien Malka 2024-04-05 15:38:49 +02:00
parent 3e061632fc
commit 1defc14087
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -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;