diff --git a/flake.nix b/flake.nix index a1e8127..0a0a25d 100644 --- a/flake.nix +++ b/flake.nix @@ -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;}; }