this post was submitted on 09 Jul 2025
133 points (84.8% liked)

Linux

8394 readers
301 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Fedegenerate@lemmynsfw.com 15 points 3 days ago (2 children)

Excuse me, peasant crontab enjoyer here, but what?! I could write a (mostly) declarative system without having to learn Nix?! I should probably be learning systemd anyway, it's looking more and more like the present, let alone the future.

I run a bunch of remote reverse proxies that are functionally identical, but for having a different Cloudflare key and calling for a different static IP

Could I write the entire config to a self hosted Git > pull that repo > change those two variables and have a running machine?

Remote updates have been kicking my ass, I either can't wrap my head around Screen or it isn't fit for my need. Being able to pull the new config from Git over Tailscale and then run it would be game changing for me.

[–] Botzo@lemmy.world 12 points 3 days ago (1 children)

If you need a half step on your journey, convert your crontab to systemd timers first.

[–] Fedegenerate@lemmynsfw.com 8 points 3 days ago

In fact, I do need a half step. Legend, thank you.

[–] rutrum@programming.dev 4 points 2 days ago

Most compiled output of NixOS configuration (besides packages, perhaps) is just systemd units anyway. I found out quickly when learning nix that my lack of systemd prowess was going to cap how well I could understand NixOS.