From: Patrick Date: Mon, 14 Apr 2025 14:29:53 +0000 (+0200) Subject: change hostname X-Git-Url: https://gitweb.ps.run/flake_server/commitdiff_plain/ab10ca6517491131d4558d0b9fb8bd2798332894?ds=sidebyside;hp=9ed9b64536d17cc1063077922053ba5bcfd4c9fb change hostname --- diff --git a/configuration.nix b/configuration.nix index b2563ba..e7e0af5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -31,7 +31,7 @@ allowReboot = true; }; - networking.hostName = "nixos"; # Define your hostname. + networking.hostName = "pschdev"; # Define your hostname. # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.