summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rw-r--r--host/Rory-discordbots/configuration.nix19
1 files changed, 3 insertions, 16 deletions
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 = {