updated psp.sh
This commit is contained in:
parent
9f72be2069
commit
8cad569cef
@ -37,8 +37,11 @@ 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;
|
||||||
@ -58,6 +61,7 @@ cat <<EOT >> /mnt/etc/nixos/configuration.nix
|
|||||||
description = "free";
|
description = "free";
|
||||||
extraGroups = [ "networkmanager" ];
|
extraGroups = [ "networkmanager" ];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget
|
wget
|
||||||
|
Loading…
Reference in New Issue
Block a user