updated psp script

This commit is contained in:
naturallaw77 2024-01-26 21:24:19 -08:00
parent 943e970454
commit 74bf0c27a8

View File

@ -47,14 +47,14 @@ rm /mnt/etc/nixos/configuration.nix
cat <<EOT >> /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" ];