• 1 Post
  • 47 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle
  • Thanks for giving further info, there are lots of people that want more privacy but are uninformed on the depths of what’s required.

    I’m looking at moving to Graphene on my P7P but I don’t have the time to spend migrating my data and losing access to my digital only debit cards among other things.

    My server among many other services is running immich for photos, Syncthing + Keepass for passwords but there are many more services I’ll need to spin-up to feel at ease leaving the Google ecosystem.

    Even Tailscale I want to migrate to Headscale / Netbird. I’ll eventually get everything where I want it but there are only so many hours in the day, and so much coffee and ritalin I can consume before it’s two sleeps to Christmas.

    It’s baffling even with something simple like a DNS ad blocker - the volume of communication from my partners Windows laptop, her iPhone and my Android phone being blocked with no loss of functionality. I don’t want to look at wireshark.







  • Mount the partition in Linux and migrate it all?

    I personally thought I’d miss parts of windows, but the consistent bombardment of bing search results when I wanted to search my computer for a filename, application or just fucking anything drove me to curbstomp all my windows installs.

    That and the ever changing settings menus, having to delve through shit sandwiches to end up in an antiquated but familiar window to change a setting was a fucking nightmare.

    Honestly, if there was a bit more KISS happening within windows I’d probably have not moved OS - but Microsoft’s never ending desire to change what really worked for so many years drove me to where I am.

    You do you, I’m not here to convince anyone to migrate OS, but having some level of semblance and control - for me is such a relief. Probably some of the ASD + ADHD coming through but I’m sure there are many typical folks that feel the same way.



  • I run my 4800hs / 1650 laptop in hybrid mode, it’s ‘OK’ on battery but I bought it used and it’s seen some usage (70% health) in its past life. I’ve been using hyprland for maybe 6 months now and support has only improved with time.

    You will run into issues with specific multiplayer titles in a VM, depending on what you plan on playing having a 2nd partition might be the way to go. Some titles won’t care being in a VM, some will flat-out refuse to work or kick you after some time, many are compatible out of the box under Linux / Proton.

    Supergfxctl is a handy tool for toggling your dedicated card, my laptop is ASUS so I can’t be certain on the level of compatibility you may see with said tool.




  • 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.


  • Ahh the shouting from the rooftops wasn’t aimed at you, but the general group of people in similar threads. Lots of people shill tailscale as it’s a great service for nothing but there needs to be a level of caution with it too.

    I’m quite new to the self hosting game myself, but services like tailscale which have so much insight / reach into our networks are something that in the end, should be self hosted.

    If your using SMB locally between VMs maybe try proxmox, https//clan.lol/ is something I’m looking into to replace Proxmox down the line. I share bind-mounts currently between multiple LXC from the host Proxmox OS, configuration is pretty easy, and there are lots of tutorials online for getting started.



  • Tailscale is great, but it’s not something that should be shouted from the rooftops.

    I use tailscale with nginx / pihole for my home services BUT there will be a point where the “free” tier of their service will be gutted / monetized and your once so free, private service won’t be so free.

    Tailscale are SAAS (software as a service), once their venture capital funds look like their running dry, the funds will be coming from your data, limiting the service with a push to subscription models or a combination.

    Nebula is one such alternative, headscale is another. Wire guard (which tailscale is based on) again is another.




  • Ahh man gotta love NVIDIA. Most of my machines have an NVIDIA GPU, but I’ve had only a few minor issues along the way. Mostly from me not reading things correctly.

    Saw issues with flickering electron applications, sleep somehow running the GPU until my battery was drained, hyprland just saying not today and random crashes here and there.

    Systems are pretty stable now, laptop runs fine in hybrid mode (AMD / NVIDIA) and I removed almost all electron applications.

    I’ve found if I can’t figure something out I’ll start a new module for another package. But I guess if it’s something “mission critical” in your case a GPU then it’s pretty hard to do much else.