Reformat files with alejandra
1 file changed, 6 insertions(+), 3 deletions(-)
changed files
M system/settings/hardware/systemd-boot.nix → system/settings/hardware/systemd-boot.nix
@@ -1,6 +1,9 @@ -{ config, pkgs, ... }: - -{ boot.loader.systemd-boot = { +{ + config, + pkgs, + ... +}: { + boot.loader.systemd-boot = { enable = true; editor = false; # Don't allow modification };