summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/apocalypse/default.nix4
-rw-r--r--hosts/omega-relay/default.nix1
-rw-r--r--hosts/tacitus/default.nix12
-rw-r--r--hosts/tacitus/network.nix2
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 (