diff options
author | Marc Coquand <marc@mccd.space> | 2024-01-25 13:29:36 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-01-25 13:29:36 -0600 |
commit | 6e65283c5eaec96008431493608d267feaf43762 (patch) | |
tree | 9e490ed9e0c9f1208145fa18966e13a90c164718 | |
parent | cd6682dc140aaf5dc658cf5adcca485e6f0e887c (diff) | |
download | nixos-6e65283c5eaec96008431493608d267feaf43762.tar.gz nixos-6e65283c5eaec96008431493608d267feaf43762.tar.bz2 nixos-6e65283c5eaec96008431493608d267feaf43762.zip |
Should be true
-rw-r--r-- | configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index cfc6aaa..34823d4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -48,7 +48,7 @@ in { users.groups.ann = {}; services.rabbitmq = { - enable = "true"; + enable = true; }; |