flake: remove old nextcloud permittedInsecurePackages

this hasn't been used in some while, but nobody removed it.
This commit is contained in:
stuebinm 2024-12-05 22:54:12 +01:00
parent dce974cab6
commit 9ada0691dc

View file

@ -36,7 +36,6 @@
sources = inputs; sources = inputs;
system = "x86_64-linux"; system = "x86_64-linux";
config.allowUnfree = true; config.allowUnfree = true;
config.permittedInsecurePackages = [ "nextcloud-27.1.11" ];
}; };
in { in {
nixosConfigurations.parsons = nixpkgs.lib.nixosSystem { nixosConfigurations.parsons = nixpkgs.lib.nixosSystem {