From f3ad2e7d25f072d8bd0602a0e2cb6d17add6b84b Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sun, 15 Sep 2024 15:06:18 -0400 Subject: [PATCH] Add mobile to flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;}; }