• 0 posts
  • 28 comments
Joined 3 years ago
Cake day: June 11th, 2023
  • Running 50 on one machine, four on my fileserver and another on a hacked up hp eliteone (no screen) which runs my 3d printer. Believe my immich container is a nspawn under nixos too.

    Some are a wip but the majority are in use. Mostly internal services with a couple internet facing, I’ve got a good backlog of work to do on some with some refactoring my nixos configs for many too 😅.

    From my Erying ES system:

  • I’d dare say the easier method, from memory the p6 should have a charge limit in the stock firmware.

    I’ve not an old Samsung s10+ kicking around with corrupted firmware, should really take a look at it and see if it can be up and running again. Not that I need more cores, ram, cameras or any additions to my equipment but just because.

    It fassinates me that consumer hardware, and low power at that goes wasted so often. So many small form factor devices such as phones, with built in ups aren’t being leveraged. But I guess that comes down to proprietary binary blobs and developer work on a per device basis.

    I might have to investigate what platforms mobile nixos supports and see if it’s cheap enough to dabble with.

  • Yeah have been meaning to pick a few up but it’s not been a top priority. Not really a developer more just a user that dabbles too much with a homelab while trying to be privacy & security conscious.

    The cost alone is a bit of a hurdle with money going to life / house currently and another purchase of some silly computer thing will trigger her.

  • My passkeys are stored in keypass, which I share between multiple devices. Phone, home servers, desktop pc and a flashdrive that stays in my car.

    Obviously the flash drive needs to be manually updated but the other devices use syncthing to keep everything up to date.

    I get there are some people that have concerns over such a configuration but I’m happy bopping away knowing that if my phone dies, I’ve still got access to accounts / can easily be back up and running on a fresh device.

  • You hosting your plex service for other users outside of your home? I’m finding the ease of access for other users / the wife is the largest driving point for me to continue using plex.

    I could configure a VPN and attach my jellyfin server to that network however that’s a large hurdle for some of the general population users I have on my plex currently.

    For something on-topic the wife and I agreed that she should move to the student sub as she’s studying and kick me off Spotify entirely. I’ve got until the EOM to get plexamp / something else self hosted. Interested to see what comes from this post as it’s pretty relevant for me right now.

    Admittedly I could Bluetooth to my head unit in my car and stream Grayjay music to it, but that’s just leaning on an unfree service.

  • Really depends on what you want out of the system, what you can spend and how much time you want to spend on it.

    My old z390 itx system has a 16x PCIE to 4x m.2 card - leveraging an m.2 to 5x SATA adaptor with the built in SATA adaptors has given it plenty of space.

    Considering I can grab m.2 to 6 SATA adaptors and fill the remainder of the slots that’s a decent chunk of drives from a single PCIE x16 slot.

    Software is another kettle of fish and a good way to timesink, I’d rather not give too much of my personal experience as there are so many ways to skin that cat.

  • I’ve not tested the method linked but yeah it would seem like it’s possible via this method.

    My lone VM doesn’t need a connection to those drives so I’ve not had a point to.

    You could probably run OMV in an LXC and skip the overheads of a VM entirely. LXC are containers, you can just edit the config files for the containers on the host Proxmox and pass drives right through.

    Your containers will need to be privileged, you can also clone a container and make it privileged if you have something setup already as unprivileged!

  • Yeah there is a workaround for using bind-mounts in Proxmox VMs: https://gist.github.com/Drallas/7e4a6f6f36610eeb0bbb5d011c8ca0be

    If you wanted, and your drives are mounted to the Proxmox host (and not to a VM), try an LXC for the services you are running, if you require a VM then the above workaround would be recommended after backing up your data.

    I’ve got my drives mounted in a container as shown here:

    Basicboi config, but it’s quick and gets the job done.

    I’d originally gone down the same route as you had with VMs and shares, but it’s was all too much after a while.

    I’m almost rid of all my VMs, home assistant is currently the last package I’ve yet to migrate. Migrated my frigate to a docker container under nixos, tailscale exit node under nixos too while the vast majority of other packages are already in LXC.