mob next [ci-skip] [ci skip] [skip ci]

lastFile:machines/b4l/configuration.nix
This commit is contained in:
2025-10-17 15:35:48 +07:00
parent 522194a726
commit de0d6e31e4
2 changed files with 10 additions and 4 deletions

View File

@@ -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 = { };
};
};
};

View File

@@ -1,7 +1,7 @@
{ inputs, config, ... }:
{
imports = [
# (inputs.import-tree ./services)
(inputs.import-tree ./services)
];
nixpkgs.hostPlatform = {
system = "x86_64-linux";