remove unused arg

This commit is contained in:
Julien Malka 2024-03-30 20:58:27 +01:00
parent 56b805c702
commit 07fc454ac0
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -85,7 +85,6 @@
nixosConfigurations = builtins.mapAttrs
(name: value: (mkMachine {
host = name;
host-config = value;
modules = self.nixosModules;
nixpkgs = lib.luj.machines.${name}.nixpkgs_version;