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; [