chore: set up nexus for testing
This commit is contained in:
@@ -4,4 +4,11 @@
|
|||||||
./configuration.nix
|
./configuration.nix
|
||||||
../../profiles/base
|
../../profiles/base
|
||||||
];
|
];
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"nexus-3.70.1-02"
|
||||||
|
];
|
||||||
|
services.nexus = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.nexus3;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user