From 74bf0c27a8337fb1e25e44323784fe85ca63dec4 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Fri, 26 Jan 2024 21:24:19 -0800 Subject: [PATCH] updated psp script --- for_new_sovran_pros/psp.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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" ];