From 9ada0691dc2936c10bf62bb84721671da463bb38 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 5 Dec 2024 22:54:12 +0100 Subject: [PATCH] flake: remove old nextcloud permittedInsecurePackages this hasn't been used in some while, but nobody removed it. --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index b5a5e54..2849a80 100644 --- a/flake.nix +++ b/flake.nix @@ -36,7 +36,6 @@ sources = inputs; system = "x86_64-linux"; config.allowUnfree = true; - config.permittedInsecurePackages = [ "nextcloud-27.1.11" ]; }; in { nixosConfigurations.parsons = nixpkgs.lib.nixosSystem {