| 1 Jul 2021 |
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 |
balsoft | In reply to @balsoft:balsoft.ru
deploy-rs can deploy anything (in fact, we use it to deploy many things that aren't NixOS) | 18:16:58 |
balsoft | E.g. home-manager configurations | 18:17:11 |
balsoft | The only requirement is that it has to be built with Nix and it is ok with being activated from a profile in /nix/var/nix/profiles (or /nix/var/nix/profiles/per-user) | 18:18:38 |
balsoft | In fact, when I first wrote the prototype I was surprised how well this general approach worked for NixOS (of course later it turned out that there are a couple of kinks that needed to be figured out, related to bootloader activation, but it's still cool how flexible NixOS is) | 18:19:51 |
balsoft | * When I first wrote the prototype I was surprised how well this general approach worked for NixOS (of course later it turned out that there are a couple of kinks that needed to be figured out, related to bootloader activation, but it's still cool how flexible NixOS is) | 18:20:30 |
balsoft | If you decide to go for it, welcome to #deploy-rs:nixos.org | 18:20:53 |
| 5 Jul 2021 |
| spacesbot - keeps a log of public NixOS channels joined the room. | 19:20:06 |
| spacesbot - keeps a log of public NixOS channels | 19:49:34 |
| 6 Jul 2021 |
hexa | if anyone is familiar or in to nat64 maybe review this tayga pr https://github.com/NixOS/nixpkgs/pull/129390/files | 13:02:29 |
hexa | * if anyone is familiar with or in to nat64 maybe review this tayga pr https://github.com/NixOS/nixpkgs/pull/129390/files | 13:02:36 |
hexa | at the very least it should provide a test case imo | 13:02:46 |
hexa | * if anyone is familiar with or in to nat64 or tayga, maybe review this pr https://github.com/NixOS/nixpkgs/pull/129390/files | 13:05:18 |
| spacesbot - keeps a log of public NixOS channels changed their display name from spacesbot to spacesbot - keeps a log of public NixOS channels. | 22:11:44 |
| 7 Jul 2021 |
| cornu joined the room. | 08:09:52 |
| 8 Jul 2021 |
eyJhb | If I want to do microsegmentation of IPv6, can I do that from my router? Based on maybe MAC addresses? (using networkd, unsure if that supports it??) | 11:46:08 |
eyJhb | ie. phones should have their own range, RPis should, laptops, servers, etc. | 11:46:25 |
eyJhb | I might have asked it before... Also, it is IPv6 with prefix delegation, have a /48 subnet for myself :) | 11:48:20 |
Mic92 (Old) | eyjhb: with dhcpv6 that should work | 12:42:29 |
Mic92 (Old) | if they are in the same l2, this does not add a lot of security in theory so. But if you just want to block of some iot devices from phoning home this might be nought | 12:43:14 |
eyJhb | ^ that's somewhat what I want to do :) But I guess I should setup some VLANs as well.... | 12:43:49 |