move all hacs modules to packages

This commit is contained in:
mjallen18
2025-07-18 10:07:22 -05:00
parent 442c24997d
commit 996e34d075
35 changed files with 606 additions and 605 deletions

View File

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