flake: remove old nextcloud permittedInsecurePackages
this hasn't been used in some while, but nobody removed it.
This commit is contained in:
parent
dce974cab6
commit
9ada0691dc
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue