Add mobile to flake

This commit is contained in:
TheWanderingCrow 2024-09-15 15:06:18 -04:00
parent 255103fb9d
commit f3ad2e7d25

View file

@ -20,5 +20,5 @@
specialArgs = {inherit pkgs inputs;};
modules = [(./hosts + "/${host}")];
});
in {nixosConfigurations = lib.attrsets.genAttrs ["remote" "vmware"] ns;};
in {nixosConfigurations = lib.attrsets.genAttrs [ "Parzival-Mobile" ] ns;};
}