Skip to content

Commit

Permalink
Merge branch 'fc-22.05-dev' into fc-22.05-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
dpausp committed Feb 15, 2024
2 parents d65b167 + 1fbd011 commit 323686d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nixpkgs-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
# fc-sensuplugins and thus needed on all machines. Should be moved to
# the raid service after decoupling fc-sensuplugins.
"megacli"
# MongoDB starting with 4.0 uses the SSPL license, which is declared
# as unfree. We don't have alternatives to mongodb right now so we have
# to enable it.
"mongodb"
];

permittedInsecurePackages = [
Expand Down
1 change: 1 addition & 0 deletions tests/loghost.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ in {
enable = true;
hostName = host;
};
flyingcircus.allowedUnfreePackageNames = [ "mongodb" ];

};

Expand Down
1 change: 1 addition & 0 deletions tests/mongodb.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ in {
gateways = {};
};
};
flyingcircus.allowedUnfreePackageNames = ["mongodb"];
};


Expand Down

0 comments on commit 323686d

Please sign in to comment.