diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-27 03:22:38 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-27 03:22:38 +0100 |
commit | a757d421a53019839f6bb51fdf4b70323826acd2 (patch) | |
tree | 43a32fd3a0f19078644b3eabc1a0dbc5b323ed96 /host | |
parent | Update botcore package refs (diff) | |
download | Rory-Open-Architecture-a757d421a53019839f6bb51fdf4b70323826acd2.tar.xz |
Module import test
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Diffstat (limited to 'host')
-rw-r--r-- | host/Rory-discordbots/configuration.nix | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/host/Rory-discordbots/configuration.nix b/host/Rory-discordbots/configuration.nix index 6935f8d..85e1e77 100644 --- a/host/Rory-discordbots/configuration.nix +++ b/host/Rory-discordbots/configuration.nix @@ -5,6 +5,7 @@ [ ../../modules/base-server.nix # ./services.nix + botcore-v4.modules.* ]; networking = { @@ -14,8 +15,6 @@ firewall = { enable = false; - # allowedTCPPorts = [ ... ]; - # allowedUDPPorts = [ ... ]; }; interfaces.ens18.ipv4.addresses = [ { address = "192.168.1.50"; @@ -23,20 +22,6 @@ } ]; }; - #time.timeZone = "Europe/Brussels"; - i18n.defaultLocale = "en_US.UTF-8"; - - services = { - openssh = { - enable = true; - extraConfig = '' - MaxAuthTries 32 - ''; - }; - }; - security.sudo.wheelNeedsPassword = false; - nixpkgs.config.allowUnfree = true; - sound.enable = true; hardware.pulseaudio.enable = true; |