Comment on A rant about NixOSparentComments−fnordsensei7yIs passing configuration through userdata considered bad practice?−danharaj7yThe 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`.
Comments
Is passing configuration through userdata considered bad practice?
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`.