actually mv it
All checks were successful
nixos config pipeline / show-flake (push) Successful in 25s
nixos config pipeline / deploy (push) Successful in 6s

This commit is contained in:
smayzy 2025-09-22 22:09:16 +02:00
parent 0a43a381cc
commit 26b49e8a8d

View File

@ -32,6 +32,10 @@
enable = true; enable = true;
ip = "192.168.1.202/24"; ip = "192.168.1.202/24";
}; };
traefik = {
enable = true;
ip = "192.168.1.203/24";
};
}; };
docker = { docker = {
cyberchef = { cyberchef = {