move nas apps sorta
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user