NixOS AWS | 64 Members | |
| 16 Servers |
| Sender | Message | Time |
|---|---|---|
| 27 Oct 2024 | ||
| there is EIC support for MacOS? | 13:25:01 | |
| Arian: 👋 Is your nixcon slidedeck up somewhere? | 13:36:29 | |
| https://arianvp.github.io/nixcon2024/slides/reveal.js-master/ | 13:43:10 | |
| added the link to pretalx as well | 13:44:42 | |
In reply to @arianvp:matrix.orgthx! | 13:50:55 | |
| Do you have any strategy for rolling back stateful services, if the activation fails for a new config? | 13:55:30 | |
| Currently not. We manually rollback the instances through grub. But I want to look at automatic boot assessement features that were added to NixOS recently to automate this | 14:32:02 | |
| e.g. reboot into previous boot entry if health check fails | 14:32:10 | |
| 16:24:21 | ||
| There is apparently. | 17:40:23 | |
| https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-connect-set-up.html
| 17:41:15 | |
There should be nothing stopping them for Windows as well since OpenSSH supports Windows. My re-implementation should support it (can generate the AuthorizedKeysCommand exec as a .exe) | 18:55:37 | |
* There should be nothing stopping them for Windows as well since OpenSSH supports Windows. My re-implementation should support it (can generate the AuthorizedKeysCommand exec as a .exe and I'm only using the Go crypto library) | 18:55:47 | |
* There should be nothing stopping them for Windows as well since OpenSSH supports Windows. My re-implementation supports it (can generate the AuthorizedKeysCommand exec as a .exe and I'm only using the Go crypto library) | 18:56:02 | |
| 28 Oct 2024 | ||
| 09:52:06 | ||
| https://www.youtube.com/watch?v=0yb05mq9lLM is basically my whole talk in 2 minutes . | 10:18:28 | |
| * https://www.youtube.com/watch?v=0yb05mq9lLM is basically my whole talk in 2 minutes . Very similar deploy process but using FH instead of S3 for caching | 10:18:42 | |
| 29 Oct 2024 | ||
| 15:09:01 | ||
| 30 Oct 2024 | ||
| 19:03:44 | ||
| 19:07:58 | ||
| 5 Nov 2024 | ||
| 16:14:29 | ||
| 6 Nov 2024 | ||
| Heyo, I'm trying to create an AWS AMI using an image I've created using Disko
Any idea what's the cause? | 12:08:32 | |
| My Disko config:
I think it might be caused by the | 12:17:08 | |
| * My Disko (default) config:
I think it might be caused by the | 12:20:38 | |
| You need to use import-snapshot | 13:05:13 | |
| And then register-image | 13:05:18 | |
| Import-image is b0rked. It only imports images that follow FHS | 13:05:33 | |
| Doesn't work with nixos | 13:05:36 | |
| You can just use https://GitHub.com/nixos/amis upload_ami script | 13:05:55 | |
| It does all of this | 13:05:58 | |