diff --git a/hosts/m920q/default.nix b/hosts/m920q/default.nix index e85a153..4baf734 100644 --- a/hosts/m920q/default.nix +++ b/hosts/m920q/default.nix @@ -38,7 +38,7 @@ #systemd-boot.enable = true; }; - networking.hostName = "nix"; # Define your hostname. + networking.hostName = "nix-desktop"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary @@ -71,7 +71,7 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "25.05"; # Did you read the comment? + system.stateVersion = "25.11"; # Did you read the comment? }