move nas apps sorta

This commit is contained in:
mjallen18
2025-07-22 16:23:58 -05:00
parent c8ed7d74f8
commit 1d1f145b37
42 changed files with 1097 additions and 1940 deletions

View File

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