From f7dcb26f9a2b03b9fdae1b1776a26cfe898840b2 Mon Sep 17 00:00:00 2001 From: Lucy von Overheidt Date: Sun, 14 Sep 2025 01:18:29 +0200 Subject: [PATCH] fixed name --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 70dc2d9..26e54dc 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ inputs@{ self, nixpkgs, ... }: { nixosConfigurations = { - server = nixpkgs.lib.nixosSystem { + "games-night" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; }; modules = [