Update README.md
This commit is contained in:
parent
916cb3e159
commit
03151e51df
@ -3,10 +3,9 @@
|
|||||||
[Download NixOS installation ISO](https://nixos.org/nixos/download.html)
|
[Download NixOS installation ISO](https://nixos.org/nixos/download.html)
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
1. I assume that latest **stable** (e.g. 19.03) ISO will be used for installation.
|
1. I assume that latest **stable** (e.g. 19.09) ISO will be used for installation.
|
||||||
2. Check `services.xserver.videoDrivers` in `desktop.nix`. If you not sure it's better to remove the line completely.
|
2. Default network configuration is VPN-only, so if you don't have plans to use it you need to change iptables rules (remove `iptables -P OUTPUT DROP` from `networking.nix`) and remove `services.openvpn.servers.vpn` from `networking.nix`.
|
||||||
3. Default network configuration is VPN-only, so if you don't have plans to use it you need to change iptables rules (remove `iptables -P OUTPUT DROP` from `networking.nix`) and remove `services.openvpn.servers.vpn` from `networking.nix`.
|
3. GUI settings is optimized for 3840x2160 on 15".
|
||||||
4. GUI settings is optimized for 3840x2160 on 15".
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@ -46,6 +45,6 @@ Notes:
|
|||||||
|
|
||||||
## After install
|
## After install
|
||||||
|
|
||||||
Initial user password for is `user`.
|
Initial password for `user` is `user`.
|
||||||
|
|
||||||
sudo nix-channel --add https://nixos.org/channels/nixos-unstable unstable
|
sudo nix-channel --add https://nixos.org/channels/nixos-unstable unstable
|
||||||
|
Loading…
Reference in New Issue
Block a user