updated psp script
This commit is contained in:
parent
943e970454
commit
74bf0c27a8
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user