add traefik dashboard
nixos config pipeline / show-flake (push) Successful in 19s
nixos config pipeline / deploy (push) Successful in 8s

This commit is contained in:
smayzy
2025-09-02 15:49:10 +02:00
parent fe057f88e5
commit 7ffe9399e7
4 changed files with 23 additions and 4 deletions
+3 -1
View File
@@ -11,7 +11,9 @@
networking.bridges.br0.interfaces = [ "ens18" ];
networking.interfaces.br0.ipv4.addresses = [ { address = "192.168.1.197"; prefixLength = 24; } ];
networking.defaultGateway = "192.168.1.254";
networking.nameservers = [ "192.168.1.137" "192.168.1.49" ];
networking.nameservers = [ "192.168.1.202" "192.168.1.137" "192.168.1.49" ];
age.identityPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
smayzy = {
server.enable = true;