If anyone is interested, it looks like there is https://github.com/gmodena/nix-flatpak. Will try it out soon.
Where I post interesting things for family, friends, and myself. Note: I post items I don’t necessarily agree with.
#fedi22 #nowplaying #economics #Christian #Lutheran #government #finance #movies #parody #comedy #foss #classicalliberalism #music #Archlinux #NixOS
If anyone is interested, it looks like there is https://github.com/gmodena/nix-flatpak. Will try it out soon.
I just remembered the thing I really dislike about NixOS is that I cannot declare flatpaks, appimages, and the like. It would be really useful if this feature was added somehow seeing that there always seems to be an odd package that doesn’t function fully from nixpkgs and the workaround is mainly flatpak.
I dislike that it is hard to find relevant instructions on what you are looking for. That being said, there are many channels- Matrix, Discourse, Discord, Lemmy, that have a lot of smart people that are willing to help.
I’m not a programmer and I run NixOS on my personal, family, and friends’ PCs. After about three months of struggling severely, I was able to get my one flake git repo to the point where I have installed it and replaced other linux distros with NixOS on these machines. I also don’t often understand the warnings that are displayed when rebuilding a configuration, but have been able to solve them so far with a little guess work sometimes.
I’m setting them up with syncthing for their home directories and am looking into some easier than rsync based programs to keep them backed up. Then I can easily reinstall NixOS, git clone the flake, and have them back up and running in the event that they nuke their PC. This hasn’t happened yet, unlike on other distros. Plus, I have only received complements about the systems. Someday, if Wayland gets there, I will be able to remotely access them. There probably is a way, but I haven’t figured out an easy way to do so yet.
So overall more happy and satisfied, because all things tech take time and learning.
Next step is to port my Ubuntu server over to NixOS and probably use Docker to spin up webapps. Maybe even declare them the nix way.
Also, depending on how the flake is setup, you might also have to add .#hostname
, at least for the initial run. After that .#
can evaluate which host is being rebuilt.
Congrats! It took me three months to get everything running the way I wanted. Now I run a bunch of machines off of a single flake, managing family and friend’s machines too. Next is moving my server over to nixos. Read through the wiki and site, get on the nixos discord or matrix site, ask questions, use the discourse, and when you feel confident nixos-rebuild switch --flake .
!
Thanks, I’d like to understand appimage tools, and nixified Docker / Podman to start up a headless server, but they all seem pretty difficult for me right now.