disable rabbitmq (we don't need it and it doesn't compile rn)
This commit is contained in:
parent
aaf18ebc82
commit
33f0eec366
2 changed files with 4 additions and 4 deletions
|
@ -74,7 +74,7 @@
|
|||
python310
|
||||
# python310Packages.nbconvert
|
||||
jupyter
|
||||
rabbitmq-server
|
||||
# rabbitmq-server
|
||||
roundcube
|
||||
roundcubePlugins.contextmenu
|
||||
roundcubePlugins.carddav
|
||||
|
|
|
@ -101,9 +101,9 @@
|
|||
# #jwtSecretFile = config.sops.secrets."local.json".path;
|
||||
# };
|
||||
|
||||
services.rabbitmq = {
|
||||
enable = true;
|
||||
};
|
||||
# services.rabbitmq = {
|
||||
# enable = true;
|
||||
# };
|
||||
|
||||
systemd.services."sops-nix.service" = {
|
||||
before = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue