fix(hostnames): move hostname to configuration.nix

This commit is contained in:
2026-03-05 17:38:00 +01:00
parent f182b2418a
commit 6a132670e2
4 changed files with 10 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
{ config, lib, pkgs, ... }:
{
# set hostnname
networking.hostName = "neon";
## set hostnname
#networking.hostName = "neon";
# user networkmanager
networking.networkmanager.enable = true;