fixed hostname (ty butterfly), code cleanup

This commit is contained in:
Dea 2026-02-22 10:24:47 -05:00
parent 04434e2523
commit 520d4ddc41
8 changed files with 15 additions and 57 deletions

View file

@ -1,10 +1,11 @@
{
lib,
pkgs,
...
}:
{
networking.hostName = lib.mkDefault "nahemah";
networking.hostName = lib.mkForce "nahemah";
environment.systemPackages = with pkgs; [

View file

@ -10,7 +10,7 @@ let
nvidiaPackage = config.hardware.nvidia.package;
in
{
networking.hostName = lib.mkDefault "sandalphon";
networking.hostName = lib.mkForce "sandalphon";
# nvidia drivers
hardware.graphics.enable = true;