commit ee092700f91d6c3849d6e7c63c9580fc0fa91850 parent 3a171f820922060a42e149d59e898ff5e5b39535 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 16 Aug 2023 00:21:32 +0200 prepare asterisk testserver Diffstat:
| M | nixos/worker-1/configuration.nix | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -478,6 +478,12 @@ umount /mnt ''; + # FIXME: Remove at some point. This is a test tbh + services.asterisk = { + enable = true; + extraConfig = ""; + }; + # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion system.stateVersion = "23.05"; }