From 35a7da242bf1ee0885ee97e82e48dc79bb82feb3 Mon Sep 17 00:00:00 2001 From: osbm Date: Wed, 15 Jan 2025 19:01:35 +0300 Subject: [PATCH] set hostname --- hosts/pochita/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/pochita/configuration.nix b/hosts/pochita/configuration.nix index d8b094d..49501e8 100644 --- a/hosts/pochita/configuration.nix +++ b/hosts/pochita/configuration.nix @@ -22,7 +22,8 @@ in { i18n.inputMethod.enable = lib.mkForce false; # no need for japanese input method programs.firefox.enable = lib.mkForce false; # no need for firefox - # networking.hostname = "pochita"; # why setting hostname gives me an error? + networking.hostName = "pochita"; + # log of shame: osbm blamed nix when he wrote "hostname" instead of "hostName" home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true;