ALlow privileged containers

This commit is contained in:
albert 2025-02-05 08:59:09 -08:00
parent f9764a0606
commit f6d7c29132
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 2 additions and 2 deletions
nixos/common/services
wallpapers

View file

@ -38,7 +38,7 @@
"/nix/store:/nix/store:ro" # Standard Nix requirement
];
container_security = {
allow-privileged = false;
allow-privileged = true;
allow-host-namespace = false;
};
docker-opts = [

@ -1 +1 @@
Subproject commit 26552d8bade6fa39188ebf68e9ffa1a8dcd75108
Subproject commit 8ed82c9afaac6359cf4603196f7a5bd4b399a4b5