add cyberchef and correct things in nixos containers
nixos config pipeline / show-flake (push) Successful in 31s
nixos config pipeline / deploy (push) Successful in 7s

This commit is contained in:
smayzy
2025-08-30 20:27:24 +02:00
parent 325a193a38
commit 9037f01470
8 changed files with 100 additions and 8 deletions
+15
View File
@@ -20,6 +20,21 @@
hyprland.enable = true;
kde.enable = true;
docker.enable = true;
containers = {
nixos = {
};
docker = {
cyberchef = {
enable = true;
port = 6900;
};
};
networking = {
bridge = "br0";
dns = [ "192.168.1.202" ];
gateway = "192.168.1.254";
};
};
};
home-manager = {