From a757d421a53019839f6bb51fdf4b70323826acd2 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Tue, 27 Dec 2022 03:22:38 +0100 Subject: Module import test Signed-off-by: TheArcaneBrony --- host/Rory-discordbots/configuration.nix | 17 +---------------- 1 file changed, 1 insertion(+), 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; -- cgit 1.4.1