hostnames move

This commit is contained in:
Noah Masur 2025-02-08 13:01:16 -05:00
parent 61b1ceffd9
commit 6217871960
No known key found for this signature in database
24 changed files with 24 additions and 24 deletions

View File

@ -6,7 +6,7 @@
let let
cfg = config.nmasur.presets.services.actualbudget; cfg = config.nmasur.presets.services.actualbudget;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
in in
{ {

View File

@ -8,7 +8,7 @@
let let
cfg = config.nmasur.presets.services.actualbudget; cfg = config.nmasur.presets.services.actualbudget;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
# This config specifies ports for Prometheus to scrape information # This config specifies ports for Prometheus to scrape information
arrConfig = { arrConfig = {

View File

@ -14,7 +14,7 @@
let let
cfg = config.nmasur.presets.services.bind; cfg = config.nmasur.presets.services.bind;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
localIp = "192.168.1.218"; localIp = "192.168.1.218";
localServices = [ localServices = [

View File

@ -14,7 +14,7 @@
let let
cfg = config.nmasur.presets.services.calibre-web; cfg = config.nmasur.presets.services.calibre-web;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
libraryPath = "/data/books"; libraryPath = "/data/books";
in in
{ {

View File

@ -5,7 +5,7 @@
}: }:
let let
cfg = config.nmasur.presets.services.filebrowser; cfg = config.nmasur.presets.services.filebrowser;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
in in
{ {

View File

@ -13,7 +13,7 @@
let let
cfg = config.nmasur.presets.services.gitea-runner-local; cfg = config.nmasur.presets.services.gitea-runner-local;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
in in
{ {

View File

@ -7,7 +7,7 @@
let let
cfg = config.nmasur.presets.services.gitea; cfg = config.nmasur.presets.services.gitea;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
giteaPath = "/var/lib/gitea"; # Default service directory giteaPath = "/var/lib/gitea"; # Default service directory
in in
{ {

View File

@ -7,7 +7,7 @@
let let
cfg = config.nmasur.presets.services.grafana; cfg = config.nmasur.presets.services.grafana;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
promUid = "victoriametrics"; promUid = "victoriametrics";
in in
{ {

View File

@ -2,7 +2,7 @@
let let
cfg = config.nmasur.presets.services.immich; cfg = config.nmasur.presets.services.immich;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
in in
{ {

View File

@ -7,7 +7,7 @@
let let
cfg = config.nmasur.presets.services.influxdb2; cfg = config.nmasur.presets.services.influxdb2;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
in in
{ {

View File

@ -10,7 +10,7 @@
let let
cfg = config.nmasur.presets.services.jellyfin; cfg = config.nmasur.presets.services.jellyfin;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
in in
{ {

View File

@ -7,7 +7,7 @@
let let
cfg = config.nmasur.presets.services.minecraft-server; cfg = config.nmasur.presets.services.minecraft-server;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
localPort = 25564; localPort = 25564;
publicPort = 49732; publicPort = 49732;
rconPort = 25575; rconPort = 25575;

View File

@ -5,7 +5,7 @@
let let
cfg = config.nmasur.presets.services.n8n; cfg = config.nmasur.presets.services.n8n;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
in in
{ {

View File

@ -7,7 +7,7 @@
let let
cfg = config.nmasur.presets.services.nextcloud; cfg = config.nmasur.presets.services.nextcloud;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
in in
{ {

View File

@ -2,7 +2,7 @@
let let
cfg = config.nmasur.presets.services.ntfy-sh; cfg = config.nmasur.presets.services.ntfy-sh;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
in in
{ {

View File

@ -4,7 +4,7 @@
let let
cfg = config.nmasur.presets.services.paperless; cfg = config.nmasur.presets.services.paperless;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
in in
{ {

View File

@ -12,7 +12,7 @@
let let
cfg = config.nmasur.presets.services.prometheus-remote-write; cfg = config.nmasur.presets.services.prometheus-remote-write;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
in in
{ {

View File

@ -1,7 +1,7 @@
{ config, lib, ... }: { config, lib, ... }:
let let
cfg = config.nmasur.presets.services.thelounge; cfg = config.nmasur.presets.services.thelounge;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
in in
{ {

View File

@ -10,7 +10,7 @@
let let
cfg = config.nmasur.presets.services.transmission; cfg = config.nmasur.presets.services.transmission;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
in in
{ {

View File

@ -2,7 +2,7 @@
let let
cfg = config.nmasur.presets.services.uptime-kuma; cfg = config.nmasur.presets.services.uptime-kuma;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
in in
{ {

View File

@ -11,7 +11,7 @@
let let
cfg = config.nmasur.presets.services.vaultwarden; cfg = config.nmasur.presets.services.vaultwarden;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
vaultwardenPath = "/var/lib/bitwarden_rs"; # Default service directory vaultwardenPath = "/var/lib/bitwarden_rs"; # Default service directory
in in
{ {

View File

@ -11,7 +11,7 @@
let let
cfg = config.nmasur.presets.services.victoriametrics; cfg = config.nmasur.presets.services.victoriametrics;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
username = "prometheus"; username = "prometheus";

View File

@ -11,7 +11,7 @@
let let
cfg = config.nmasur.presets.services.vm-agent; cfg = config.nmasur.presets.services.vm-agent;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
username = "prometheus"; username = "prometheus";

View File

@ -6,7 +6,7 @@
}: }:
let let
cfg = config.services.filebrowser; cfg = config.services.filebrowser;
hostnames = config.nmasur.settings.hostnames; inherit (config.nmasur.settings) hostnames;
dataDir = "/var/lib/filebrowser"; dataDir = "/var/lib/filebrowser";