| 26 Jun 2021 |
antifuchs | also that, yes (: | 03:52:49 |
hexa | also cloud init networking v2 | 08:09:12 |
| Patryk Gronkiewicz joined the room. | 14:39:23 |
| Patryk Gronkiewicz set a profile picture. | 15:43:13 |
| Patryk Gronkiewicz changed their display name from pgronkievitz to Patryk Gronkiewicz. | 15:43:25 |
| 27 Jun 2021 |
Gytis Ivaskevicius | In reply to @washort:greyface.org yaml 😬 if you dont like yaml - you can write json there 👀 | 19:32:53 |
Gytis Ivaskevicius | or even better - mix between both | 19:33:00 |
| 28 Jun 2021 |
| haugh joined the room. | 12:58:13 |
| tomcur joined the room. | 14:36:04 |
| tomcur changed their display name from Thom to tomcur. | 14:36:35 |
| 1 Jul 2021 |
dash | I am now generating config for my edgeos router from nix | 05:16:10 |
dash | only question is, what's the right tooling to push it on there after generating it | 05:16:24 |
dash | nixops? | 05:16:27 |
tomcur | Nixops works. Something as simple as nixos-rebuild --target-host switch, would work too. I quite like stateless tools like morph or deploy-rs | 09:10:56 |
dash | it's edgeos not nixos | 15:34:58 |
casey © | i don't think you'll have any nixy specific tooling. if you have a config file generated, i assume there's something large you could use to deploy it (ansible/terraform maybe?), but since it's vyatta, you can send the config file and likely load it via ssh with a few commands. | 16:15:39 |
dash | yeah. I'm gonna start simple | 16:31:30 |
| balsoft joined the room. | 16:45:19 |
casey © | i don't have the code anymore, but i did templating with jinja to send a config to vyos machines for ipsec tunnel setup and it was a few commands over ssh to load it, diff it, and apply it. | 16:46:17 |
balsoft | I figured I should also ask this here, since the main room didn't quite work
I want to have some oneshot units be resilient to network going down during system (re)activation (as in, switching to a new system from an already running one). It doesn't look like network-online.target gets stopped when the network goes down. Is it acceptable to have after = [ "network-setup" ] ? If so, why isn't it anywhere in nixpkgs? | 16:49:35 |
Linux Hackerman | balsoft: network-setup.service only exists in the scripted networking implementation, not with networkd | 17:33:20 |
balsoft | Hm | 18:05:42 |
balsoft | What's the correct way to achieve this then? | 18:05:48 |
| ElvishJerricco set a profile picture. | 18:15:08 |
balsoft | In reply to @casey:hubns.net i don't have the code anymore, but i did templating with jinja to send a config to vyos machines for ipsec tunnel setup and it was a few commands over ssh to load it, diff it, and apply it. I'm not sure how it helps 🤔 | 18:15:32 |
balsoft | Or was this not to me? | 18:15:36 |
casey © | that wasn't you. | 18:15:57 |
balsoft | In reply to @washort:greyface.org it's edgeos not nixos deploy-rs can deploy anything | 18:16:15 |
dash | fancy | 18:16:32 |
dash | I'd have to learn about flakes at last, i suppose. | 18:16:44 |