diff --git a/profiles/server_common.nix b/profiles/server_common.nix index 27b649a..4b11832 100644 --- a/profiles/server_common.nix +++ b/profiles/server_common.nix @@ -16,6 +16,6 @@ withUtempter = true; }; - # avoid CVE-2021-4034 (PwnKit) - security.polkit.enable = false; + security.polkit.enable = false; # avoid CVE-2021-4034 (PwnKit) + services.udisks2.enable = false; # disable udisks2 which enables polkit }