Initial commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
silo.podman.enable = false;
|
||||
}
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user