diff --git a/flake.nix b/flake.nix index 2cc8ebd..9f6c84d 100644 --- a/flake.nix +++ b/flake.nix @@ -11,8 +11,7 @@ outputs = inputs@{ nixpkgs, home-manager, ... }: { nixosConfigurations = { - # nixos => hostname - nixos = nixpkgs.lib.nixosSystem { + nixos-test = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ ./configuration.nix