remove breaking option

This commit is contained in:
Henry Hiles 2025-06-20 10:35:13 -04:00
commit 54a27ea3d8
No known key found for this signature in database

View file

@ -53,7 +53,6 @@ in {
ProtectKernelTunables = true; ProtectKernelTunables = true;
PrivateDevices = true; PrivateDevices = true;
PrivateMounts = true; PrivateMounts = true;
PrivateUsers = true;
RestrictAddressFamilies = [ RestrictAddressFamilies = [
"AF_INET" "AF_INET"
"AF_INET6" "AF_INET6"