updated psp script
This commit is contained in:
parent
943e970454
commit
74bf0c27a8
@ -46,15 +46,15 @@ rm /mnt/etc/nixos/configuration.nix
|
|||||||
|
|
||||||
cat <<EOT >> /mnt/etc/nixos/configuration.nix
|
cat <<EOT >> /mnt/etc/nixos/configuration.nix
|
||||||
{ config, pkgs, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user