1
0
2019-07-21 17:23:14 +00:00
2019-05-31 00:08:17 +00:00
2019-07-21 14:22:27 +00:00
2019-07-21 14:55:53 +00:00
2019-07-12 17:06:25 +00:00
2019-05-31 00:08:17 +00:00
2019-07-21 17:23:14 +00:00
2019-07-21 14:22:27 +00:00
2019-06-21 19:14:17 +00:00
2019-07-17 17:30:19 +00:00
2019-05-31 00:08:17 +00:00

Fully reproducible localhost

Installation

parted...
cryptsetup...
mount...

nix-env -iA nixos.gitMinimal
git clone https://code.dumpstack.io/infra/localhost.git /mnt/etc/nixos/

cp wireless-networks.nix.example wireless-networks.nix
nano wireless-networks.nix

cp secrets.nix.example secrets.nix
nano secrets.nix

nix-channel --add https://nixos.org/channels/nixos-unstable unstable
nix-channel --update

nixos-generate-config --root /mnt

nixos-install
reboot

After install

Initial password for root is root, and for user is user.

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.

Description
Reproducible localhost based on NixOS
Readme 1.2 MiB
Languages
Nix 72.3%
Emacs Lisp 18.5%
Haskell 9.2%