From de0d6e31e45175a4627411713d2eca739b79ff5a Mon Sep 17 00:00:00 2001 From: kurogeek Date: Fri, 17 Oct 2025 15:35:48 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:machines/b4l/configuration.nix --- inventories/default.nix | 12 +++++++++--- machines/b4l/configuration.nix | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/inventories/default.nix b/inventories/default.nix index becf5e5..ed4e441 100644 --- a/inventories/default.nix +++ b/inventories/default.nix @@ -5,8 +5,6 @@ tags = { glom = [ "vega" ]; b4l = [ "rigel" ]; - - fax-bridge = [ ]; }; instances = { @@ -56,7 +54,6 @@ input = "self"; }; roles.default.tags."fax-bridge" = { }; - roles.default.machines."b4l" = { }; }; pocket-id = { @@ -64,54 +61,63 @@ name = "pocket-id"; input = "self"; }; + roles.default.machines.b4l = { }; }; nextcloud = { module = { name = "nextcloud"; input = "self"; }; + roles.default.machines.b4l = { }; }; stirling-pdf = { module = { name = "stirling-pdf"; input = "self"; }; + roles.default.machines.b4l = { }; }; actual-budget = { module = { name = "actual-budget"; input = "self"; }; + roles.default.machines.b4l = { }; }; victoriametrics = { module = { name = "victoriametrics"; input = "self"; }; + roles.default.machines.b4l = { }; }; vikunja = { module = { name = "vikunja"; input = "self"; }; + roles.default.machines.b4l = { }; }; grafana = { module = { name = "grafana"; input = "self"; }; + roles.default.machines.b4l = { }; }; pingvin = { module = { name = "pingvin"; input = "self"; }; + roles.default.machines.b4l = { }; }; paperless = { module = { name = "paperless"; input = "self"; }; + roles.default.machines.b4l = { }; }; }; }; diff --git a/machines/b4l/configuration.nix b/machines/b4l/configuration.nix index 89b0d77..3b14865 100644 --- a/machines/b4l/configuration.nix +++ b/machines/b4l/configuration.nix @@ -1,7 +1,7 @@ { inputs, config, ... }: { imports = [ - # (inputs.import-tree ./services) + (inputs.import-tree ./services) ]; nixpkgs.hostPlatform = { system = "x86_64-linux";