diff --git a/flake.nix b/flake.nix index 0322c4c..2572595 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ outputs = { self, nixpkgs, ... }@inputs: { # Please replace my-nixos with your hostname - nixosConfigurations.my-nixos = nixpkgs.lib.nixosSystem { + nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ # Import the previous configuration.nix we used,