diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-26 02:25:13 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-26 02:25:13 +0100 |
commit | f374938c70940f3f9a503763931c0f512e07690b (patch) | |
tree | 3cda4735501630792e369f13f4acb564690b0ee6 /modules/base.nix | |
parent | Add botcore-v4 to config (diff) | |
download | Rory-Open-Architecture-f374938c70940f3f9a503763931c0f512e07690b.tar.xz |
Cleanup, add postgres base
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Diffstat (limited to 'modules/base.nix')
-rw-r--r-- | modules/base.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base.nix b/modules/base.nix index 6c2d809..edfabd9 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -13,7 +13,7 @@ enable = false; # allowedTCPPorts = [ ... ]; # allowedUDPPorts = [ ... ]; - }; + };botcore-v4.packages.x86_64-linux.default }; #time.timeZone = "Europe/Brussels"; |