From 1d517e4ce6fa91f67d713128c0a52c59e1235db7 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sun, 11 Dec 2022 21:30:28 +0100 Subject: Deduplicate some configuration Signed-off-by: TheArcaneBrony --- host/Rory-discordbots/configuration.nix | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'host') diff --git a/host/Rory-discordbots/configuration.nix b/host/Rory-discordbots/configuration.nix index 7252a9e..46576f5 100644 --- a/host/Rory-discordbots/configuration.nix +++ b/host/Rory-discordbots/configuration.nix @@ -3,23 +3,10 @@ { imports = [ - ../../../modules/packages/vim.nix + ../../../modules/packages/vim.nix + ../../../modules/base-server.nix ]; - boot = { - loader = { - grub = { - enable = true; - version = 2; - device = "/dev/sda"; # nodev for EFI only - - # EFI - efiSupport = false; - efiInstallAsRemovable = false; - }; - }; - }; - networking = { hostName = "RoryNix"; networkmanager.enable = true; @@ -32,7 +19,7 @@ }; }; - time.timeZone = "Europe/Brussels"; + #time.timeZone = "Europe/Brussels"; i18n.defaultLocale = "en_US.UTF-8"; services = { -- cgit 1.4.1