makefu changed the topic of #nixos-wiki to: Welcome to the *unofficial* nixos wiki | https://nixos.wiki | chat logs: https://logs.nix.samueldr.com/nixos-wiki/
nixoswikibot has quit [Remote host closed the connection]
nixoswikibot has joined #nixos-wiki
lassulus_ has joined #nixos-wiki
lassulus has quit [Ping timeout: 246 seconds]
lassulus_ is now known as lassulus
pie__ has joined #nixos-wiki
pie_ has quit [Ping timeout: 240 seconds]
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #nixos-wiki
<fadenb> some time ago I read that the ad card issues with the pi were related to the power supply
<fadenb> I only have one pi running for longer periods of time (a the things network gateway) with a over dimensioned power supply and that one is fine
<fadenb> perhaps it's worth a try
<makefu> fadenb: i have a 'raspberryp-pi' certified power supply (with 5.1V and 3A) so i am not sure it is cause of that, but maybe i try to replace it
orivej has quit [Ping timeout: 268 seconds]
orivej has joined #nixos-wiki
nixoswikibot has quit [Remote host closed the connection]
nixoswikibot has joined #nixos-wiki
<nixoswikibot> [[NixOS friendly hosters]] ! https://nixos.wiki/index.php?diff=2897&oldid=2726&rcid=2953 * Joepie91 * (+128) 
nixoswikibot has quit [Remote host closed the connection]
nixoswikibot has joined #nixos-wiki
<nixoswikibot> [[Cheatsheet]] https://nixos.wiki/index.php?diff=2898&oldid=2703&rcid=2954 * Mic92 * (+142) building static packages go easier!
<Mic92> *got
<nixoswikibot> [[Cheatsheet]] https://nixos.wiki/index.php?diff=2899&oldid=2898&rcid=2955 * Mic92 * (+719) explain nix-store --realise
<nixoswikibot> [[NixOS friendly hosters]] ! https://nixos.wiki/index.php?diff=2900&oldid=2897&rcid=2956 * Parthenon * (+211) added RamNode
<nixoswikibot> [[Cheatsheet]] https://nixos.wiki/index.php?diff=2901&oldid=2899&rcid=2957 * Mic92 * (+703) consistent syntax highlighting
<nixoswikibot> [[NixOS friendly hosters]] !M https://nixos.wiki/index.php?diff=2902&oldid=2900&rcid=2958 * Parthenon * (-23) 
<nixoswikibot> [[NixOS friendly hosters]] !M https://nixos.wiki/index.php?diff=2903&oldid=2902&rcid=2959 * Parthenon * (+20) 
<nixoswikibot> [[NixOS friendly hosters]] https://nixos.wiki/index.php?diff=2904&oldid=2903&rcid=2960 * Mic92 * (+365) Hetzner: extend documentation
<lassulus> wuhuu nixos-generators
<Mic92> lassulus: we still need to move the repository for better visibility
<lassulus> where to?
<lassulus> it's already in nix-community
<Mic92> lassulus: ah, ok then
<lassulus> ah, can you add me to the org
<lassulus> ?
<Mic92> lassulus: yes, what is your github handle?
<lassulus> Lassulus
<lassulus> ohoh you misspelled my name? :D
<Mic92> github is doing this
<lassulus> weird
<lassulus> now it's correct
<Mic92> lassulus: there could be a minimal hetzner template as an example.
<Mic92> with the static ips and a dummy ssh key
<lassulus> good idea, do you have one at hand?
<Mic92> that could be simplified into one file
<Mic92> static ips in initrd is also not so easy to get right: https://github.com/Mic92/dotfiles/blob/master/nixos/vms/eve/modules/network.nix#L68
<Mic92> lassulus: do you remember if your network interface had to be renamed or was it eth0 by default?
<lassulus> afair it had to be renamed or you could set networking.usePredictableInterfaceNames
<nixoswikibot> [[Install NixOS on Hetzner Online]] N https://nixos.wiki/index.php?oldid=2905&rcid=2961 * Mic92 * (+1856) network configuration snippet
<nixoswikibot> [[Install NixOS on Hetzner Online]] https://nixos.wiki/index.php?diff=2906&oldid=2905&rcid=2962 * Mic92 * (-85) cleanup example
<Mic92> lassulus: I think I add `networking.usePredictableInterfaceNames = false;` for safety measures
<tilpner> Huh? I didn't have to do any network config, it just worked
<nixoswikibot> [[Install NixOS on Hetzner Online]] https://nixos.wiki/index.php?diff=2907&oldid=2906&rcid=2963 * Mic92 * (+162) disable predictable interfaces
<Mic92> tilpner: Hetzner online or hetzner cloud?
<tilpner> Both
<tilpner> Assuming the Serverbörse is included in "Hetzner Online"
<Mic92> tilpner: Interesting. I assumed they were still doing static network configuration.
<Mic92> that makes stuff a lot easier
<tilpner> I don't have systemd.network.enable set
<tilpner> It might be necessary with that, for all I know
<tilpner> I just never had to look into it, because it worked immediately
<tilpner> Any advantage from that?
<Mic92> tilpner: do you know if they do ipv6 router advertisements?
<tilpner> I don't. How do I find out?
<Mic92> tilpner: sudo tcpdump -i eth0 -n icmp6 -vv
<Mic92> I don't see any though
<tilpner> Oh, and I don't actually test external ipv6, my ISP doesn't like that
<tilpner> I started tcpdump on both servers, no lines yet
<nixoswikibot> [[Install NixOS on Hetzner Online]] https://nixos.wiki/index.php?diff=2908&oldid=2907&rcid=2964 * Mic92 * (-129) fixup network configuration
<nixoswikibot> [[NixOS friendly hosters]] https://nixos.wiki/index.php?diff=2909&oldid=2904&rcid=2965 * Mic92 * (+97) update hetzner example
<Mic92> There might an easier way to configure ipv6 without networkd. I am just too lazy to set it up.
orivej has quit [Ping timeout: 244 seconds]
orivej has joined #nixos-wiki
<nixoswikibot> [[Install NixOS on Hetzner Online]] https://nixos.wiki/index.php?diff=2910&oldid=2908&rcid=2966 * Makefu * (+845) Add alternative way to handle networking via networking.interfaces
<makefu> Mic92: ^ i implemented that
<Mic92> makefu: in your example external-gw is not defined
<makefu> wupps :D
<nixoswikibot> [[Install NixOS on Hetzner Online]] https://nixos.wiki/index.php?diff=2911&oldid=2910&rcid=2967 * Mic92 * (+161) ipv4 example for networkd
<Mic92> networkd can also rename interfaces using device units
<Mic92> *netdev
<nixoswikibot> [[Install NixOS on Hetzner Online]] M https://nixos.wiki/index.php?diff=2912&oldid=2911&rcid=2968 * Makefu * (+31) add missing external gw
<makefu> Mic92: does your hetzner server receive an ip via dhcp?
<Mic92> makefu: it does
<Mic92> I checked
<makefu> miracles!
<nixoswikibot> [[Install NixOS on Hetzner Online]] https://nixos.wiki/index.php?diff=2913&oldid=2912&rcid=2969 * Mic92 * (+99) mention netdev unit
<Mic92> makefu: do you have one in Germany?
<makefu> yes
<makefu> (serverbörse)
<Mic92> makefu: what happens if you start dhcpcd?
<makefu> i can check
<nixoswikibot> [[Install NixOS on Hetzner Online]] https://nixos.wiki/index.php?diff=2914&oldid=2913&rcid=2970 * Mic92 * (+52) link to nixos generators
<makefu> Mic92: et0: offered 144.76.26.247 from 78.47.119.211
<makefu> seems to be no need for explicitly setting ip4
orivej has quit [Ping timeout: 240 seconds]
nixoswikibot has quit [Remote host closed the connection]
nixoswikibot has joined #nixos-wiki
orivej has joined #nixos-wiki
ixxie has joined #nixos-wiki
ixxie has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 245 seconds]
<nixoswikibot> [[FAQ/How can I install a proprietary or unfree package?]] ! https://nixos.wiki/index.php?diff=2915&oldid=2624&rcid=2971 * Janat08 * (+69) warning, clarify
<nixoswikibot> [[FAQ/How can I install a proprietary or unfree package?]] ! https://nixos.wiki/index.php?diff=2916&oldid=2915&rcid=2972 * Janat08 * (+0) 
<nixoswikibot> [[NixOS Installation Guide]] ! https://nixos.wiki/index.php?diff=2917&oldid=2860&rcid=2973 * Janat08 * (+235) tethered section
<gchristensen> ^ these last two edits aren't quite right
<gchristensen> you don't have to reboot
<nixoswikibot> [[NixOS Installation Guide]] !M https://nixos.wiki/index.php?diff=2918&oldid=2917&rcid=2974 * Janat08 * (+4) 
<makefu> gchristensen: true, i will fix this
fadenb has quit [Ping timeout: 268 seconds]
florianjacob has quit [Ping timeout: 268 seconds]
fadenb has joined #nixos-wiki
<nixoswikibot> [[FAQ/How can I install a proprietary or unfree package?]] https://nixos.wiki/index.php?diff=2919&oldid=2916&rcid=2975 * Makefu * (+145) no reboot required for nixpkgs.config.allowUnfree = true;
<gchristensen> thanks makefu
<makefu> for the tethering, i think this also needs to be fixed
<nixoswikibot> [[NixOS Installation Guide]] https://nixos.wiki/index.php?diff=2920&oldid=2918&rcid=2976 * Makefu * (+67) make the "no driver" section a bit more nuanced
tilpner has quit [Ping timeout: 244 seconds]