summaryrefslogtreecommitdiff
path: root/hosts/tacitus
diff options
context:
space:
mode:
authorJakub Stachurski <jakub@wilkuu.nl>2026-07-21 20:28:13 +0200
committerJakub Stachurski <jakub@wilkuu.nl>2026-07-21 20:28:13 +0200
commit8da770badb7fe21df138e770c8d1a8b6c4604882 (patch)
tree947cc879a2b00c02e682f63cd6b8e0a36da6a742 /hosts/tacitus
parent381984fc596c3cf268d4bcf061164158fbcfb95a (diff)
nixfmt
Diffstat (limited to 'hosts/tacitus')
-rw-r--r--hosts/tacitus/default.nix12
-rw-r--r--hosts/tacitus/network.nix2
2 files changed, 7 insertions, 7 deletions
diff --git a/hosts/tacitus/default.nix b/hosts/tacitus/default.nix
index fa39daa..8ddd221 100644
--- a/hosts/tacitus/default.nix
+++ b/hosts/tacitus/default.nix
@@ -14,16 +14,16 @@
];
wilkuu.mjmap = {
- enable = true;
- users = ["wilkuu"];
- };
+ enable = true;
+ users = [ "wilkuu" ];
+ };
wilkuu.services = {
prometheus.enableScraper = true;
prometheus.enableExporters = true;
- test_endpoint.enable = false;
+ test_endpoint.enable = false;
mysql.enable = true;
kanboard = {
- enable = true;
+ enable = true;
domain = "kb.wilkuu.xyz";
};
firefly-iii = {
@@ -124,7 +124,7 @@
health = true;
poe = true;
wlansta = false;
- wlanif = false;
+ wlanif = false;
monitor = true;
routes = true;
firware = true;
diff --git a/hosts/tacitus/network.nix b/hosts/tacitus/network.nix
index 2409ba1..513d89c 100644
--- a/hosts/tacitus/network.nix
+++ b/hosts/tacitus/network.nix
@@ -8,7 +8,7 @@ let
443
config.services.grafana.settings.server.http_port
config.services.prometheus.port
- config.services.mysql.settings.mysqld.port
+ config.services.mysql.settings.mysqld.port
]
++ lib.mapAttrsToList (_: opt: opt.port) (
lib.filterAttrs (