From 3d19a849508447a882960c8da5d214960a57bc48 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Sat, 8 Feb 2025 19:23:09 -0300 Subject: [PATCH] fix: host name --- hosts/battleship/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/battleship/configuration.nix b/hosts/battleship/configuration.nix index 3fe9e47..e2a7dae 100644 --- a/hosts/battleship/configuration.nix +++ b/hosts/battleship/configuration.nix @@ -7,6 +7,8 @@ ./hardware-configuration.nix ./gpu-configuration.nix ../../configuration.nix + + ./home.nix ]; users.users."guz" = { @@ -17,8 +19,7 @@ # Network networking = { - hostName = lib.mkForce "figther"; - wireless.enable = lib.mkForce true; + hostName = lib.mkForce "battleship"; }; # Steam (cannot be [properly] installed just in one user)