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; }