-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable boot and swap partitions #112
Comments
How i've been personally tackling deploying to Instead of setting the user data to a nix configuration: that is built locally on the instance; I set the user data to a shell script that downloads the already built nixos configuration:
And in CI:
Or if you're doing push based deploys:
|
For the |
I was completely oblivious to the fact that you can remotely build configurations, I'll definitely look into this! |
I've been running various versions of the 23.11 AMIs on t4g.micro instances and struggle with two issues:
So: Would it be possible to specify the /boot partition size, as well as adding a swap partition?
The second can of course be worked around by adding a swap file (which I did) or adding a second EBS and partition it as swap.
The text was updated successfully, but these errors were encountered: