Skip to content

jvanbruegge/server-config

Repository files navigation

My NixOS server config

Development setup

Either use an existing server or virtual machine with NixOS or use Vagrant to set up a ubuntu machine and use nixos-infect to convert it to NixOS. This is done as test run for my VPS.

The setup_vps.sh script expects root ssh access to the machine via a ssh key. For the vagrant box set this up with these commands:

vagrant up
vagrant ssh -c 'sudo tee /root/.ssh/authorized_keys' < ~/.ssh/id_rsa.pub

About

The config of all the servers I manage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published