WIP: Got Grafana Working

This commit is contained in:
2026-04-10 23:28:34 +02:00
parent ba3b1b4bb1
commit af52ae263e
3 changed files with 50 additions and 16 deletions

View File

@@ -95,6 +95,8 @@
};
};
networking.firewall.allowedTCPPorts = [ 9002 ];
users.users.${primaryUser} = {
home = "/home/${primaryUser}";
shell = pkgs.fish;