Hacker News new | ask | show | jobs
by fnordsensei 2655 days ago
Is passing configuration through userdata considered bad practice?
1 comments

The most common practice I've seen is to build a configured system on another machine and ship it to EC2 via `nix copy` or `nix-copy-closure` and then activate it by running `switch-to-configuration`.