summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-12-11 21:30:28 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-12-11 21:30:28 +0100
commit1d517e4ce6fa91f67d713128c0a52c59e1235db7 (patch)
tree8783331e2adfdc55b45caf86135ed93a0dc48db2 /host
parentInitial commit (diff)
downloadRory-Open-Architecture-1d517e4ce6fa91f67d713128c0a52c59e1235db7.tar.xz
Deduplicate some configuration
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
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 = {