From fb84b9a84a5713f5e4ea3a93b1a788ef4b0556b4 Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Mon, 24 Mar 2025 21:55:56 +0100 Subject: [PATCH] Fixed: Home Manager Version --- home/core.nix | 2 +- hosts/m920q/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/core.nix b/home/core.nix index e5a0e8c..54b2c79 100644 --- a/home/core.nix +++ b/home/core.nix @@ -13,7 +13,7 @@ # You can update Home Manager without changing this value. See # the Home Manager release notes for a list of state version # changes in each release. - stateVersion = "25.05"; + stateVersion = "24.05"; }; # Let Home Manager install and manage itself. diff --git a/hosts/m920q/default.nix b/hosts/m920q/default.nix index 44d60de..d6a1eb4 100644 --- a/hosts/m920q/default.nix +++ b/hosts/m920q/default.nix @@ -27,7 +27,7 @@ systemd-boot.enable = true; }; - networking.hostName = "nix-cyperpunk.de"; # Define your hostname. + networking.hostName = "nix-cyperpunk-de"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary