1{ 2 imports = [ 3 ./common.nix 4 ]; 5 6 boot = { 7 kernelParams = [ "boot.shell_on_fail" ]; 8 9 loader.systemd-boot.enable = true; 10 }; 11}