# Deployment To build the production server config locally: nix-build --attr system ./nixos.nix To deploy (will ask for ssh passphrase 2x): ./deploy.sh When that damn bug gets fixed, we could just do: nix-deploy --to root@simatime.com \ --path $(nix-build --no-out-path ./nixos.nix) , Person { _name = "" , __pic = "" , _twitter = "" , _website = "" , _books = [ Book { _title = "" , _author = "" , _amznref = "" } , Book { _title = "" , _author ="" , _amznref = "" } ] }