diff --git a/flake.lock b/flake.lock index 22ac0b6..4db77f0 100644 --- a/flake.lock +++ b/flake.lock @@ -89,11 +89,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1719176307, - "narHash": "sha256-r8eUJqKlq2xQmK95s1Q9+OwV6Py/pPbDN8T6V4GLP8E=", + "lastModified": 1719825363, + "narHash": "sha256-2ASBatUTQWNIiTeBZRuxROu27MyOavVnzeCv7h40QNw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5defcb4b0d6c286e8b4b2869cf38efb4cdeb5bf4", + "rev": "10c832d0548e9e3a6df7eb51e68c2783212a303e", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index e49f0ef..ec1d631 100644 --- a/flake.nix +++ b/flake.nix @@ -38,6 +38,7 @@ sources = inputs; system = "x86_64-linux"; config.allowUnfree = true; + config.permittedInsecurePackages = [ "nextcloud-27.1.11" ]; }; in { nixosConfigurations.parsons = nixpkgs.lib.nixosSystem {