From 699daf3c89941a2a3756c66afea87297b52b18c2 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 16 Aug 2023 07:29:47 -0600 Subject: [PATCH] [NixOS] Move configuration limit to ryzen-shine --- nixos/base.nix | 2 -- nixos/machines/ryzen-shine.nix | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/base.nix b/nixos/base.nix index 8a293ce7..281ec836 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -14,8 +14,6 @@ "etcher" ]; - boot.loader.systemd-boot.configurationLimit = 7; - # Disabling these waits disables the stuck on boot up issue systemd.services.systemd-udev-settle.enable = false; systemd.services.NetworkManager-wait-online.enable = false; diff --git a/nixos/machines/ryzen-shine.nix b/nixos/machines/ryzen-shine.nix index 5906bb3d..0b194559 100644 --- a/nixos/machines/ryzen-shine.nix +++ b/nixos/machines/ryzen-shine.nix @@ -6,6 +6,8 @@ ../nixified.ai.nix ]; + boot.loader.systemd-boot.configurationLimit = 5; + networking.hostName = "ryzen-shine"; environment.systemPackages = with pkgs; [