From 2d30ca51f32c1bf54ee60e42de326a0175e44488 Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Mon, 7 Apr 2025 12:52:05 +0200 Subject: [PATCH] Changed: Desktop Conf --- hosts/m920q/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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? }