diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-11 21:30:28 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-11 21:30:28 +0100 |
commit | 1d517e4ce6fa91f67d713128c0a52c59e1235db7 (patch) | |
tree | 8783331e2adfdc55b45caf86135ed93a0dc48db2 /host | |
parent | Initial commit (diff) | |
download | Rory-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.nix | 19 |
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 = { |