diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-16 17:32:17 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-16 17:32:17 +0100 |
commit | a573900a46c3ef3a1a2d098bf99bb49a7d3addb6 (patch) | |
tree | 25c514b28a39043b2bf7e8ae9544e61678def0ee /host | |
parent | test (diff) | |
download | Rory-Open-Architecture-a573900a46c3ef3a1a2d098bf99bb49a7d3addb6.tar.xz |
test
Diffstat (limited to 'host')
-rwxr-xr-x | host/Rory-synapse/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-synapse/configuration.nix b/host/Rory-synapse/configuration.nix index d2c31f5..ff1f41e 100755 --- a/host/Rory-synapse/configuration.nix +++ b/host/Rory-synapse/configuration.nix @@ -175,6 +175,6 @@ }; }); }) - ] + ]; } |