Resolve cyberchef and radicale images using nix-snapshotter
Increase inotify max user instances to 256 Disable tailscale by default
This commit is contained in:
parent
52efd614fe
commit
e9899c0d0f
11 changed files with 129 additions and 81 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
spec.containers.cyberchef = {
|
||||
image = myLib.globals.images.cyberchef;
|
||||
imagePullPolicy = "Always";
|
||||
ports.web.containerPort = 8000;
|
||||
};
|
||||
};
|
||||
|
|
Reference in a new issue