1
0
Fork 0
Reproducible localhost based on NixOS
 
 
 
Go to file
dump_stack() 7a4dda8772
Get rid of python2
2019-07-09 14:17:01 +00:00
.gitignore Initial 2019-05-31 00:08:17 +00:00
LICENSE Initial 2019-05-31 00:08:17 +00:00
README.md Add note about unstable channel 2019-06-26 15:03:24 +00:00
configuration.nix Implements docker-based fhs env wrapper 2019-07-05 19:49:51 +00:00
desktop.nix Add redshift 2019-06-21 18:58:57 +00:00
docker.nix Sync packages 2019-07-09 11:34:02 +00:00
hacks.nix Implements docker-based fhs env wrapper 2019-07-05 19:49:51 +00:00
networking.nix Whitelist port 2443 for captive portals 2019-06-01 18:46:06 +00:00
packages.nix Get rid of python2 2019-07-09 14:17:01 +00:00
secrets.nix.example Add secrets example 2019-06-21 19:14:17 +00:00
security.nix Implements docker-based fhs env wrapper 2019-07-05 19:49:51 +00:00
suspend.nix Initial 2019-05-31 00:08:17 +00:00
wireless-networks.nix.example Add wireless networks sample 2019-06-21 19:16:58 +00:00

README.md

localhost

Installation

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

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

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

nixos-generate-config --root /mnt

nixos-install
reboot