deleted by creator
deleted by creator
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.
I still use it, the service is very handy (and passes the wife test for ease of use)
Probably some tinfoil hat level of paranoia, but it’s one of those situations where you aren’t in control of a major component of your network.
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.
The comment change?
If so that was fun, I updated my hyprland / hy3 flakes and I was bombarded by flashing red notifications indicating I’d caused Satan to return. Trawling through all my hyprland Configs I eventually put an end to the chaos.
If not, I guess I’ll find out next time I update my flakes lol.
I just installed xpipe and found i was habitually double clicking, found after I had a good 3 + terminal sessions running I’d best find out why.
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.
Tried the unstable installer?
Discord, Spotify and other electron applications will work fine in a browser. Rather than installing packages that are causing you issues just run them in Firefox.
It’s not a hardware issue but a combination of software issues.
Gallagher were great at that, rubbish solution for “teaching” staff about phishing which would infuriate all staff caught in the net. Would come from internal email addresses too which, if one person’s email / credentials are compromised they’ve got bigger fish to fry.
I mean it’s not the worst. Is it still https? Or are they serving plain ol http? My internal services (at home) are mostly https, but the certs are self signed so browsers will flag them as “insecure”.
Did you get all that?
No
Yes
Can’t wait for this service patch for windows users.
OP gonna have a fun ride, Nix got me good.
Yep, that’s the gist. Nix build is reasonably good at spitting out what’s missing ( if your packaging a random git ) and nix-init gives you a great starting point, but generally will need some tweaking to get the package running / installing.
ive got limited experience however i think ive got tegaki-python to build under nixos:
name to default.nix then run (from the same dir)
nix-build -E ‘let pkgs = import { }; in pkgs.callPackage ./default.nix {}’ --show-trace
lots more to build but i looks possible to have up and running in nix with some small tweaks from the initial nix-init .nix
a sparceCheckout would trim some fat however minimal on a per-package basis too
looks like its running into perm issues, bit over my head :D
I’ve recently (in the last week) added my contacts and manage my calendar via nextcloud locally. Davx synchs to my android devices, nextcloud is synched to my haos VM to help me remember bin nights / other appointments. For someone with ASD + ADHD it’s a godsend.
I love me some hyprland, it’s minimal enough to run on my 4gb ram foldable laptop with the same animations I have on my main laptop & desktop.
Wayland x Nvidia aside (on my laptop) it’s the perfect minimal environment for me.
Is Orca that resource intensive? I’m running it in a container with KasmVNC and have never really checked out the resource usage. Admittedly it’s on one of my local servers in another room. I guess it’s how large your projects are too.
Edit: maybe it’s just my small projects