[NixOS] Move configuration limit to ryzen-shine
This commit is contained in:
parent
b4ab44a7da
commit
699daf3c89
@ -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;
|
||||
|
@ -6,6 +6,8 @@
|
||||
../nixified.ai.nix
|
||||
];
|
||||
|
||||
boot.loader.systemd-boot.configurationLimit = 5;
|
||||
|
||||
networking.hostName = "ryzen-shine";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user