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
|
python310
|
||||||
# python310Packages.nbconvert
|
# python310Packages.nbconvert
|
||||||
jupyter
|
jupyter
|
||||||
rabbitmq-server
|
# rabbitmq-server
|
||||||
roundcube
|
roundcube
|
||||||
roundcubePlugins.contextmenu
|
roundcubePlugins.contextmenu
|
||||||
roundcubePlugins.carddav
|
roundcubePlugins.carddav
|
||||||
|
|
|
@ -101,9 +101,9 @@
|
||||||
# #jwtSecretFile = config.sops.secrets."local.json".path;
|
# #jwtSecretFile = config.sops.secrets."local.json".path;
|
||||||
# };
|
# };
|
||||||
|
|
||||||
services.rabbitmq = {
|
# services.rabbitmq = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
};
|
# };
|
||||||
|
|
||||||
systemd.services."sops-nix.service" = {
|
systemd.services."sops-nix.service" = {
|
||||||
before = [
|
before = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue