[NixOS] Move configuration limit to ryzen-shine

This commit is contained in:
Ivan Malison 2023-08-16 07:29:47 -06:00
parent b4ab44a7da
commit 699daf3c89
2 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,6 @@
"etcher" "etcher"
]; ];
boot.loader.systemd-boot.configurationLimit = 7;
# Disabling these waits disables the stuck on boot up issue # Disabling these waits disables the stuck on boot up issue
systemd.services.systemd-udev-settle.enable = false; systemd.services.systemd-udev-settle.enable = false;
systemd.services.NetworkManager-wait-online.enable = false; systemd.services.NetworkManager-wait-online.enable = false;

View File

@ -6,6 +6,8 @@
../nixified.ai.nix ../nixified.ai.nix
]; ];
boot.loader.systemd-boot.configurationLimit = 5;
networking.hostName = "ryzen-shine"; networking.hostName = "ryzen-shine";
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [