From 38705fff0b495e8f7579d07dfc9846c1cfb1cc90 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sun, 25 Dec 2022 21:25:38 +0100 Subject: Disable grub timeout, change discordbots hostname Signed-off-by: TheArcaneBrony --- host/Rory-discordbots/configuration.nix | 2 +- modules/base-server.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/host/Rory-discordbots/configuration.nix b/host/Rory-discordbots/configuration.nix index 4a0f307..a7983ad 100644 --- a/host/Rory-discordbots/configuration.nix +++ b/host/Rory-discordbots/configuration.nix @@ -7,7 +7,7 @@ ]; networking = { - hostName = "RoryNix"; + hostName = "Rory-discordbots"; networkmanager.enable = true; wireless.enable = false; diff --git a/modules/base-server.nix b/modules/base-server.nix index 5e7fc1c..b8eda0b 100644 --- a/modules/base-server.nix +++ b/modules/base-server.nix @@ -14,11 +14,11 @@ enable = true; version = 2; device = "/dev/sda"; # nodev for EFI only - # EFI efiSupport = false; efiInstallAsRemovable = false; }; + timeout = 0; }; }; -- cgit 1.4.1