this post was submitted on 07 Aug 2023
953 points (96.7% liked)
linuxmemes
20880 readers
3 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you used NixOS, you could move your whole OS there!
Seriously thinking about nuking my years old Gentoo installation to try Nixos at this point.
Could always just get another drive instead of tearing it down, storage is pretty cheap these days.
True. I'll migrate my
/home
back to my root drive and use the spare drive to experiment with.Or just leave it where it is and mount it there too ¯\(ツ)/¯
Well my home is on my spare drive currently lol. I guess I could just create another btrfs subvol alongside @home and use that as root.
But where's the fun in that? Then you don't get new hardware.
I'd normally agree with you lol, but I got laid off recently so I have to make due with what I have for now.
The obvious answer that escaped me for whatever reason was just to create a VirtualBox VM. I already have it installed so why not.
Tell me more...
The whole OS is configured by a single file (or subfiles you include from the main file) - every package and setting can be there. Meaning you just move the file to a new OS, run a single command, and you have the exactly same OS.