From 3a0d2fb32a38f16138e12ccfd2a4dddc0a79c4bf Mon Sep 17 00:00:00 2001 From: Lilly Date: Wed, 7 Jan 2026 08:02:04 +0000 Subject: [PATCH] Auto-commit: 2026-01-07 08:02:04 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 09cca3b..ae4c5a9 100644 --- a/flake.nix +++ b/flake.nix @@ -52,7 +52,7 @@ system = "x86_64-linux"; in { - nixosConfigurations.lillypc = nixpkgs.lib.nixosSystem { + nixosConfigurations.${host} = nixpkgs.lib.nixosSystem { inherit system; specialArgs = { inherit inputs host username prettyUsername;