This commit is contained in:
mjallen18
2025-07-18 13:21:50 -05:00
parent 996e34d075
commit 407f8ede87
14 changed files with 83 additions and 133 deletions

View File

@@ -1,4 +1,4 @@
{ config, ... }:
{ config, lib, ... }:
let
settings = import ./settings.nix;
ports = [
@@ -29,7 +29,7 @@ in
{
# Networking configs
networking = {
hostName = settings.hostName;
hostName = lib.mkForce settings.hostName;
useNetworkd = true;