• 3 Posts
  • 91 Comments
Joined 11 months ago
cake
Cake day: August 4th, 2023

help-circle





  • Even raspberry pi 4 doesn’t run on 3-4w, it’s probably for the older models and zeros

    Rpi4 is more like 5-6w, and 8-10w theoretically

    RPI5 is 12-15w theoretically

    Rpi5’s power supply is actually 27w, my thinkcentre’s power supply is 60w

    Rpi5 has a 2.4ghz 4cores

    My thinkcentre has 2.4-5ghz 8cores 16threads

    Also, arm is fun, but it’s a headache to selfhost a lot of stuff on it

    And really, I moved from RPI hosting to x86-64, I didn’t know some apps like jellyfin, or elk, or basically anything can open instantly. Even nextcloud is working pretty well

    And you can put an ssd inside, or even two, or even do some soldering a put 3 ssds inside

    I’m even starting on RAM which you can buy and replace






  • There are many ways to do many things in nixos

    For updates you can do automatic updates

    Also, there are many deployment tools, like deploy-rs, morph, colmena, bento. They all have different approaches. Some you use ssh to deploy a remote system. Some just fetch the configuration and autodeploy it.

    There are many ways how you can play with this. So you can disable sudo, and deploy with ssh only from some or a specified ip. Or you can keep ssh for root disabled and just deploy home-manager. It’s really a lot, you imagination is the only limit

    P.s. or you can just generate an image from a trusted machine, and flash it onto the device you want, unlimited number of ways