From e592cf8a9ba4cf7569ff081b74d2e6387ef2c02c Mon Sep 17 00:00:00 2001 From: Dennis Date: Wed, 19 Mar 2025 21:01:05 +0100 Subject: [PATCH] Updates config for VPS --- hosts/dnsc-vps-sm/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/dnsc-vps-sm/default.nix b/hosts/dnsc-vps-sm/default.nix index 2f96f9e..e7b1cbf 100644 --- a/hosts/dnsc-vps-sm/default.nix +++ b/hosts/dnsc-vps-sm/default.nix @@ -20,11 +20,6 @@ time.timeZone = "Europe/Berlin"; i18n.defaultLocale = "en_US.UTF-8"; - # Boot - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - boot.loader.systemd-boot.configurationLimit = 10; - # Nix Settings # Perform garbage collection weekly to maintain low disk usage nix.gc = {