From dbe9ad08da4a28c5c57402cdd97a94eb0489f332 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 18:39:31 +0900 Subject: [PATCH] test --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3a34eb06..f9465f9e 100644 --- a/flake.nix +++ b/flake.nix @@ -53,7 +53,7 @@ # NixOS Configuration files: nixosConfigurations = { # Declare the configuration for my laptop - nixos = lib.nixosSystem { + ${hostname} = lib.nixosSystem { inherit system; modules = [ { _module.args = inputs; }