From eb8474aba79ecf5f79fd44223d9be6f05cd3473d Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sun, 10 Mar 2024 10:50:39 +0100 Subject: [PATCH] security(nixd): CVE-2024-27297 => require nix-2.16.2 --- modules/system.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/system.nix b/modules/system.nix index 9e6334b..c226201 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -32,7 +32,6 @@ isNormalUser = true; description = "florian"; extraGroups = [ "networkmanager" "wheel" ]; - packages = with pkgs; [nixd]; }; services.flatpak.enable = true;