]> gitweb.ps.run Git - flake_server/commitdiff
change hostname
authorPatrick <patrick.schoenberger@posteo.de>
Mon, 14 Apr 2025 14:29:53 +0000 (16:29 +0200)
committerPatrick <patrick.schoenberger@posteo.de>
Mon, 14 Apr 2025 14:29:53 +0000 (16:29 +0200)
configuration.nix

index b2563ba930b56762eac2e6bce9c50d06ebc0967b..e7e0af5fce7701ae127cd394f699c00bc5975a0b 100644 (file)
@@ -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.