diff options
author | Marc Coquand <marc@mccd.space> | 2024-01-25 13:41:36 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-01-25 13:41:36 -0600 |
commit | ec8745c1e49cda1765dcf75555dff779c1bb59c7 (patch) | |
tree | fa88b48c8e4746cd988a3326d2d4dfd1eec39e0f | |
parent | 6e65283c5eaec96008431493608d267feaf43762 (diff) | |
download | nixos-ec8745c1e49cda1765dcf75555dff779c1bb59c7.tar.gz nixos-ec8745c1e49cda1765dcf75555dff779c1bb59c7.tar.bz2 nixos-ec8745c1e49cda1765dcf75555dff779c1bb59c7.zip |
Disable
Diffstat (limited to '')
-rw-r--r-- | configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 34823d4..005ddb5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -48,7 +48,7 @@ in { users.groups.ann = {}; services.rabbitmq = { - enable = true; + enable = false; }; |