Initial commit

This commit is contained in:
2026-06-14 15:43:56 +02:00
commit bfe149450c
2 changed files with 24 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
{ config, pkgs, ... }:
{
silo.podman.enable = false;
}
+20
View File
@@ -0,0 +1,20 @@
[general]
id = "xcjvlfbe"
[features]
podman = false
[persistence]
shared_paths = []
private_paths = []
[podman]
create_args = ["--cap-drop=ALL", "--cap-add=NET_BIND_SERVICE", "--security-opt", "no-new-privileges"]
[network]
ports = []
[limits]
cpus = 0
memory = 0
processes = 1024