set hostname

This commit is contained in:
Osman Faruk Bayram 2025-01-15 19:01:35 +03:00
parent 139804b63b
commit 35a7da242b

View file

@ -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;