WIP: Got Grafana Working

This commit is contained in:
2026-04-10 23:28:34 +02:00
parent a6dec0d168
commit 12d4a70233
3 changed files with 50 additions and 16 deletions
+2
View File
@@ -95,6 +95,8 @@
};
};
networking.firewall.allowedTCPPorts = [ 9002 ];
users.users.${primaryUser} = {
home = "/home/${primaryUser}";
shell = pkgs.fish;