this post was submitted on 10 Mar 2024
6 points (87.5% liked)
Nix / NixOS
1762 readers
30 users here now
Main links
Videos
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
You are looking for an old style mainframe, NixOS is about configuration and programs installed.
Depending on your need you can achieve what you want with just some ssh connections and stuff, you can even tunnel a graphical interface!
However if you are just looking for file sharing and syncing, you can just make and http or ftp (tho this protocol is not recommended anymore) and access it across several computers.
You can also use auto-sync processes (IIRC "rsync" is one) or just a syncing daemon and a git repo.
NixOS can help you, but only on the way you apply a configuration. I personally just have my own setup file in github.