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 = [
8008 # restic
9000 # authentik
@@ -29,7 +28,7 @@ in
{
# Networking configs
networking = {
hostName = lib.mkForce settings.hostName;
hostName = lib.mkForce "jallen-nas";
useNetworkd = true;
@@ -50,7 +49,7 @@ in
type = "wifi";
};
ipv4 = {
address1 = "${settings.hostAddress}/24";
address1 = "10.0.1.3/24";
dns = "10.0.1.1";
gateway = "10.0.1.1";
method = "manual";