commit bfe149450c04659134c76c4af9e9eb122d5dbe9e Author: mrkuz Date: Sun Jun 14 15:43:56 2026 +0200 Initial commit diff --git a/.silo/home.nix b/.silo/home.nix new file mode 100644 index 0000000..756a317 --- /dev/null +++ b/.silo/home.nix @@ -0,0 +1,4 @@ +{ config, pkgs, ... }: +{ + silo.podman.enable = false; +} diff --git a/.silo/silo.toml b/.silo/silo.toml new file mode 100644 index 0000000..f825c96 --- /dev/null +++ b/.silo/silo.toml @@ -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