mirror of
https://github.com/nmasur/dotfiles
synced 2025-02-12 17:02:02 +00:00
hostnames move
This commit is contained in:
parent
61b1ceffd9
commit
6217871960
@ -6,7 +6,7 @@
|
||||
|
||||
let
|
||||
cfg = config.nmasur.presets.services.actualbudget;
|
||||
hostnames = config.nmasur.settings.hostnames;
|
||||
inherit (config.nmasur.settings) hostnames;
|
||||
in
|
||||
|
||||
{
|
||||
|
@ -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 = {
|
||||
|
@ -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 = [
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -5,7 +5,7 @@
|
||||
}:
|
||||
let
|
||||
cfg = config.nmasur.presets.services.filebrowser;
|
||||
hostnames = config.nmasur.settings.hostnames;
|
||||
inherit (config.nmasur.settings) hostnames;
|
||||
in
|
||||
{
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
let
|
||||
cfg = config.nmasur.presets.services.gitea-runner-local;
|
||||
hostnames = config.nmasur.settings.hostnames;
|
||||
inherit (config.nmasur.settings) hostnames;
|
||||
in
|
||||
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -7,7 +7,7 @@
|
||||
let
|
||||
|
||||
cfg = config.nmasur.presets.services.grafana;
|
||||
hostnames = config.nmasur.settings.hostnames;
|
||||
inherit (config.nmasur.settings) hostnames;
|
||||
promUid = "victoriametrics";
|
||||
in
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
let
|
||||
cfg = config.nmasur.presets.services.immich;
|
||||
hostnames = config.nmasur.settings.hostnames;
|
||||
inherit (config.nmasur.settings) hostnames;
|
||||
in
|
||||
|
||||
{
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
let
|
||||
cfg = config.nmasur.presets.services.influxdb2;
|
||||
hostnames = config.nmasur.settings.hostnames;
|
||||
inherit (config.nmasur.settings) hostnames;
|
||||
in
|
||||
{
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
let
|
||||
cfg = config.nmasur.presets.services.jellyfin;
|
||||
hostnames = config.nmasur.settings.hostnames;
|
||||
inherit (config.nmasur.settings) hostnames;
|
||||
in
|
||||
{
|
||||
|
||||
|
@ -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;
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
let
|
||||
cfg = config.nmasur.presets.services.n8n;
|
||||
hostnames = config.nmasur.settings.hostnames;
|
||||
inherit (config.nmasur.settings) hostnames;
|
||||
in
|
||||
|
||||
{
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
let
|
||||
cfg = config.nmasur.presets.services.nextcloud;
|
||||
hostnames = config.nmasur.settings.hostnames;
|
||||
inherit (config.nmasur.settings) hostnames;
|
||||
in
|
||||
{
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
let
|
||||
cfg = config.nmasur.presets.services.ntfy-sh;
|
||||
hostnames = config.nmasur.settings.hostnames;
|
||||
inherit (config.nmasur.settings) hostnames;
|
||||
in
|
||||
|
||||
{
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
let
|
||||
cfg = config.nmasur.presets.services.paperless;
|
||||
hostnames = config.nmasur.settings.hostnames;
|
||||
inherit (config.nmasur.settings) hostnames;
|
||||
in
|
||||
{
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
let
|
||||
cfg = config.nmasur.presets.services.prometheus-remote-write;
|
||||
hostnames = config.nmasur.settings.hostnames;
|
||||
inherit (config.nmasur.settings) hostnames;
|
||||
in
|
||||
{
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ config, lib, ... }:
|
||||
let
|
||||
cfg = config.nmasur.presets.services.thelounge;
|
||||
hostnames = config.nmasur.settings.hostnames;
|
||||
inherit (config.nmasur.settings) hostnames;
|
||||
in
|
||||
{
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
let
|
||||
cfg = config.nmasur.presets.services.transmission;
|
||||
hostnames = config.nmasur.settings.hostnames;
|
||||
inherit (config.nmasur.settings) hostnames;
|
||||
in
|
||||
{
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
let
|
||||
cfg = config.nmasur.presets.services.uptime-kuma;
|
||||
hostnames = config.nmasur.settings.hostnames;
|
||||
inherit (config.nmasur.settings) hostnames;
|
||||
in
|
||||
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -11,7 +11,7 @@
|
||||
let
|
||||
|
||||
cfg = config.nmasur.presets.services.victoriametrics;
|
||||
hostnames = config.nmasur.settings.hostnames;
|
||||
inherit (config.nmasur.settings) hostnames;
|
||||
|
||||
username = "prometheus";
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
let
|
||||
|
||||
cfg = config.nmasur.presets.services.vm-agent;
|
||||
hostnames = config.nmasur.settings.hostnames;
|
||||
inherit (config.nmasur.settings) hostnames;
|
||||
|
||||
username = "prometheus";
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
}:
|
||||
let
|
||||
cfg = config.services.filebrowser;
|
||||
hostnames = config.nmasur.settings.hostnames;
|
||||
inherit (config.nmasur.settings) hostnames;
|
||||
|
||||
dataDir = "/var/lib/filebrowser";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user