[NixOS] Disable rabbitmq by default
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ pkgs, config, makeEnable, realUsers, ... }:
|
||||
makeEnable config "myModules.rabbitmq" true {
|
||||
makeEnable config "myModules.rabbitmq" false {
|
||||
services.rabbitmq = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user