From 590734a38b3f524c541eb56b3934f9b587da37f2 Mon Sep 17 00:00:00 2001 From: xqtc Date: Sun, 6 Oct 2024 00:30:10 +0200 Subject: [PATCH] uwu brainworms --- flake-mods/nixosHosts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake-mods/nixosHosts.nix b/flake-mods/nixosHosts.nix index f37e48e..59ffb30 100644 --- a/flake-mods/nixosHosts.nix +++ b/flake-mods/nixosHosts.nix @@ -1,5 +1,5 @@ {inputs, lib, ...}: { - flake = lib.genAttrs [ + flake.nixosConfigurations = lib.genAttrs [ "asmodeus" "seraphim" "lilith" "lambda" "beleth" ] (name: inputs.nixpkgs.lib.nixosSystem { system = "x86_64-linux";