fixed hostname (ty butterfly), code cleanup

This commit is contained in:
Dea 2026-02-22 10:24:47 -05:00
parent 94fc124686
commit 44adc7ddd4
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; [