zonsopkomst

@zonsopkomst@lemmy.ml
1 Post – 20 Comments
Joined 2 years ago

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

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 .#!

5 more...

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.

BACK UP FIRST!! Check out Universal Android Debloater Next Generation uad-ng to see if you can get rid of any unnecessary AOSP/Samsung/Google items. Recent Article: Chris Titus Tech and/or uad-ng git site

That rug really tied the room together.

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.

2 more...

Same issue here. Deleted the F-Droid version. Easy way is to add it via Obtanium and let that manage your updates for you. Added my freshrss account via gnzl@nc.gnzl.cl's comment above .

I am hoping that shortly after mine can read & write, and I add a machine with NixOS for them to use, they will exceed my understanding of nix and start to teach me. 🤔

1 more...

True, it's shockingly simple sometimes, and other times I feel like I need to be a rocket scientist. Emphasis on "feel" because in those instances, there is nothing to go by for documentation.

No, it's more tongue-in-cheek. 🤥 You unfortunately can't, but what I do is export the backup of Kvaesitso from my tablet, sync it with syncthing to my phone, and then restore the backup on my phone. Despite not having all the apps on my phone that I have on my tablet, it loads perfectly. Any apps that are not listed just get ignored and there are no broken icons/links. So it very loosely is like my NixOS setup, getting two different Android versions to feel similar. That's the most uniform method I have been able to come up with.

Feel free to steal the idea. I stole it from another post somewhere in here myself. 😄 We can only dream of dots. Maybe when the Linux phone becomes a thing?

3 more...

Ahh I see, then it’ll be an honor to copy from a true programmer.

Lol.

Isn’t the launcher backup the “dots” for this?

True. I've made some minor changes since the original post and the only issue I have is having to replace my weather widget. Kvaesitso actually prompts me to replace, so it is a one tap move. Really cool that Kvaesitso is smart enough to do so!

1 more...

One dot to rule them all!

If anyone is interested, it looks like there is https://github.com/gmodena/nix-flatpak. Will try it out soon.

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.

1 more...

I'm back to the web app. Unfortunately, with the amount of articles in my feed, the Read You app takes forever to load. Plus the web app works very well as is.

I thought OpenBoard originally used GApps libraries like HeliBoard, but maybe it changed since I last used OpenBoard years ago...

with syncthing + orgzly and/or orgro to make it usable via PC or phone. Also recommend org-roam for expansion as a personal knowledge system. Positive- make it as simple or complicated as you want to make it. Negative- learning curve may take a while.

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.

Sounds interesting. I started an Ubuntu server about a year ago, didn't get very far. Really only using FreshRSS right now. Would really like to move it to my NixOS flake and learn/add services as I go along.