[NixOS] Add rabbitmq
This commit is contained in:
6
nixos/rabbitmq.nix
Normal file
6
nixos/rabbitmq.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, config, makeEnable, realUsers, ... }:
|
||||
makeEnable config "modules.rabbitmq" true {
|
||||
services.rabbitmq = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user