commit c3bd85bf50dc0034d069996d1a22d6a64d385be9 parent 0abc3ce3eaa49b9270bffa6499fa6b6b3ca8ebdf Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 3 Oct 2023 17:02:31 +0200 Add missing groups Diffstat:
| M | nixos/worker-2/configuration.nix | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -276,6 +276,8 @@ group = "pgbouncer"; }; }; + groups.discourse = { }; + groups.pgbouncer = { }; }; # Restic Backup