Personal-use NixOS configuration
at main 7 lines 89 B view raw
1{ 2 boot.loader.systemd-boot = { 3 editor = false; 4 5 configurationLimit = 6; 6 }; 7}