diff --git a/for_new_sovran_pros/psp.sh b/for_new_sovran_pros/psp.sh index 6988c78..e519f70 100755 --- a/for_new_sovran_pros/psp.sh +++ b/for_new_sovran_pros/psp.sh @@ -46,15 +46,15 @@ rm /mnt/etc/nixos/configuration.nix cat <> /mnt/etc/nixos/configuration.nix { config, pkgs, ... }: { - - imports = [ + + imports = [ ./hardware-configuration.nix - - ]; + + ]; - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.efiSysMountPoint = "/boot/efi"; nix.settings.experimental-features = [ "nix-command" "flakes" ];