diff --git a/terranix/containers/gitea/job.hcl b/terranix/containers/gitea/job.hcl index a744e5c..801adc5 100644 --- a/terranix/containers/gitea/job.hcl +++ b/terranix/containers/gitea/job.hcl @@ -79,7 +79,7 @@ job "gitea" { } config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.gitea.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.gitea.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] diff --git a/terranix/containers/home-assistant/job.hcl b/terranix/containers/home-assistant/job.hcl index 4afbbc5..0c3d5e5 100644 --- a/terranix/containers/home-assistant/job.hcl +++ b/terranix/containers/home-assistant/job.hcl @@ -66,7 +66,7 @@ job "home-assistant" { } config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.zigbee2mqtt.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.zigbee2mqtt.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] @@ -145,7 +145,7 @@ EOF } config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.mosquitto.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.mosquitto.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] } @@ -242,7 +242,7 @@ EOF } config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.home-assistantPostgresql.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.home-assistantPostgresql.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] } @@ -273,7 +273,7 @@ EOF } config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.home-assistant.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.home-assistant.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] } diff --git a/terranix/containers/hydra/job.hcl b/terranix/containers/hydra/job.hcl index 247bfd7..929b21f 100644 --- a/terranix/containers/hydra/job.hcl +++ b/terranix/containers/hydra/job.hcl @@ -88,7 +88,7 @@ job "hydra" { } config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.hydra.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.hydra.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] @@ -161,7 +161,7 @@ EOF } config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.hydraPostgresql.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.hydraPostgresql.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] } diff --git a/terranix/containers/ingress-blowhole/job.hcl b/terranix/containers/ingress-blowhole/job.hcl index 0ed7010..e38d8a9 100644 --- a/terranix/containers/ingress-blowhole/job.hcl +++ b/terranix/containers/ingress-blowhole/job.hcl @@ -203,7 +203,7 @@ job "ingress" { driver = "docker" config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.ingressBlowhole.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.ingressBlowhole.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] } diff --git a/terranix/containers/ingress-toothpick/job.hcl b/terranix/containers/ingress-toothpick/job.hcl index 7481a84..13f3723 100644 --- a/terranix/containers/ingress-toothpick/job.hcl +++ b/terranix/containers/ingress-toothpick/job.hcl @@ -180,7 +180,7 @@ job "ingress" { } config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.ingressToothpick.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.ingressToothpick.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] } diff --git a/terranix/containers/matrix/matrix-heisenbridge.hcl b/terranix/containers/matrix/matrix-heisenbridge.hcl index a092228..ba31f9f 100644 --- a/terranix/containers/matrix/matrix-heisenbridge.hcl +++ b/terranix/containers/matrix/matrix-heisenbridge.hcl @@ -50,7 +50,7 @@ job "matrix-heisenbridge" { } config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.heisenbridge.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.heisenbridge.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] } diff --git a/terranix/containers/matrix/matrix-mautrix-discord.hcl b/terranix/containers/matrix/matrix-mautrix-discord.hcl index 2c4835f..a846057 100644 --- a/terranix/containers/matrix/matrix-mautrix-discord.hcl +++ b/terranix/containers/matrix/matrix-mautrix-discord.hcl @@ -81,7 +81,7 @@ job "matrix-mautrix-discord" { } config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.mautrix-discord.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.mautrix-discord.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] } diff --git a/terranix/containers/matrix/matrix-mautrix-facebook.hcl b/terranix/containers/matrix/matrix-mautrix-facebook.hcl index 1a8a500..a9d1c75 100644 --- a/terranix/containers/matrix/matrix-mautrix-facebook.hcl +++ b/terranix/containers/matrix/matrix-mautrix-facebook.hcl @@ -74,7 +74,7 @@ job "matrix-mautrix-facebook" { } config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.mautrix-facebook.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.mautrix-facebook.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] } diff --git a/terranix/containers/matrix/matrix-mautrix-signal.hcl b/terranix/containers/matrix/matrix-mautrix-signal.hcl index 7ab07d9..72e594d 100644 --- a/terranix/containers/matrix/matrix-mautrix-signal.hcl +++ b/terranix/containers/matrix/matrix-mautrix-signal.hcl @@ -96,7 +96,7 @@ job "matrix-mautrix-signal" { } config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.mautrix-signal.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.mautrix-signal.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] } diff --git a/terranix/containers/matrix/matrix-prometheus.hcl b/terranix/containers/matrix/matrix-prometheus.hcl index 44d7ed6..26634db 100644 --- a/terranix/containers/matrix/matrix-prometheus.hcl +++ b/terranix/containers/matrix/matrix-prometheus.hcl @@ -31,7 +31,7 @@ job "matrix-prometheus" { driver = "docker" config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.matrixPrometheus.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.matrixPrometheus.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] } @@ -41,7 +41,7 @@ job "matrix-prometheus" { driver = "docker" config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.matrixPrometheusConnectNginx.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.matrixPrometheusConnectNginx.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] diff --git a/terranix/containers/matrix/matrix-synapse.hcl b/terranix/containers/matrix/matrix-synapse.hcl index 8b5da0a..cbca2b5 100644 --- a/terranix/containers/matrix/matrix-synapse.hcl +++ b/terranix/containers/matrix/matrix-synapse.hcl @@ -63,7 +63,7 @@ job "matrix-synapse" { } config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.conduitRedis.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.conduitRedis.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] } @@ -184,7 +184,7 @@ EOF } config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.synapseClient.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.synapseClient.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] } @@ -325,7 +325,7 @@ EOF } config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.synapseSync.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.synapseSync.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] } @@ -466,7 +466,7 @@ EOF } config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.synapseFederationReceiver.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.synapseFederationReceiver.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] } @@ -607,7 +607,7 @@ EOF } config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.synapseFederationSender.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.synapseFederationSender.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] } @@ -687,7 +687,7 @@ EOF } config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.conduitPostgresql.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.conduitPostgresql.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] } @@ -829,7 +829,7 @@ EOF } config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.conduit.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.conduit.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] } diff --git a/terranix/containers/syncthing/job.hcl b/terranix/containers/syncthing/job.hcl index 2653e8b..e7c5912 100644 --- a/terranix/containers/syncthing/job.hcl +++ b/terranix/containers/syncthing/job.hcl @@ -76,7 +76,7 @@ job "syncthing" { driver = "docker" config { - nix_flake_ref = "\\\\${var.flake_ref}#nixngSystems.syncthing.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.syncthing.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] } diff --git a/terranix/containers/website/job.hcl b/terranix/containers/website/job.hcl index 728e235..e4c2ad0 100644 --- a/terranix/containers/website/job.hcl +++ b/terranix/containers/website/job.hcl @@ -59,7 +59,7 @@ job "website" { driver = "docker" config { - nix_flake_ref = "${var.flake_ref}#nixngSystems.website.config.system.build.toplevel" + nix_flake_ref = "${var.flake_ref}#nixngConfigurations.website.config.system.build.toplevel" nix_flake_sha = var.flake_sha entrypoint = [ "init" ] }