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
cfg = config.nmasur.presets.services.actualbudget;
hostnames = config.nmasur.settings.hostnames;
inherit (config.nmasur.settings) hostnames;
in
{

View File

@ -8,7 +8,7 @@
let
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
arrConfig = {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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