Resolve cyberchef and radicale images using nix-snapshotter

Increase inotify max user instances to 256
Disable tailscale by default
This commit is contained in:
Pim Kunis 2024-08-25 17:04:31 +02:00
parent 52efd614fe
commit e9899c0d0f
11 changed files with 129 additions and 81 deletions

View file

@ -9,6 +9,7 @@
spec.containers.cyberchef = {
image = myLib.globals.images.cyberchef;
imagePullPolicy = "Always";
ports.web.containerPort = 8000;
};
};