diff options
| author | Jakub Stachurski <jakub@wilkuu.nl> | 2026-07-21 20:28:13 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.nl> | 2026-07-21 20:28:13 +0200 |
| commit | 8da770badb7fe21df138e770c8d1a8b6c4604882 (patch) | |
| tree | 947cc879a2b00c02e682f63cd6b8e0a36da6a742 /hosts | |
| parent | 381984fc596c3cf268d4bcf061164158fbcfb95a (diff) | |
nixfmt
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/apocalypse/default.nix | 4 | ||||
| -rw-r--r-- | hosts/omega-relay/default.nix | 1 | ||||
| -rw-r--r-- | hosts/tacitus/default.nix | 12 | ||||
| -rw-r--r-- | hosts/tacitus/network.nix | 2 |
4 files changed, 9 insertions, 10 deletions
diff --git a/hosts/apocalypse/default.nix b/hosts/apocalypse/default.nix index 2bc3fab..cb81aa7 100644 --- a/hosts/apocalypse/default.nix +++ b/hosts/apocalypse/default.nix @@ -20,9 +20,9 @@ }; wilkuu.mjmap = { - enable = true; + enable = true; # users = ["wilkuu"]; - }; + }; ## Addons for this system addons = { desktop.hyprland.enable = false; diff --git a/hosts/omega-relay/default.nix b/hosts/omega-relay/default.nix index cd0e9dc..79543c3 100644 --- a/hosts/omega-relay/default.nix +++ b/hosts/omega-relay/default.nix @@ -212,7 +212,6 @@ }; }; - }; networking.hostName = "omega-relay"; 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 ( |
