this post was submitted on 03 Jul 2025
179 points (96.9% liked)

Linux

56044 readers
620 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ThisDayForwardBetty@piefed.social 18 points 2 days ago* (last edited 2 days ago) (13 children)

Agreed with the article. There’s lots to dislike about Nix, but even with those downsides, NixOS is still better than any OS I’ve tried. Install an update and it’s borked? No worries. New PC and you want everything set up just like your old one? Copy one file over and it’s set up for you.

[–] Vincent 3 points 2 days ago (10 children)

Copy one file over and it’s set up for you.

So, I've only played around with NixOS on a Raspberry Pi, but... Don't people usually split their config up in multiple files, and then store than in a Git repository?

The process then still is: check out that Git repository, except there's another step: copy over your private key so that you can decrypt your secrets.

Is that correct? Or did I make things needlessly complex for myself?

[–] 2xsaiko@discuss.tchncs.de 1 points 2 days ago (1 children)

I don’t have any secrets in my config or a private key or anything and I’m currently running 4 servers from the same config (it used to be 8 or even more machines at some point even, including desktops).

But yes, it’s a multi-file config, it would be absolutely crazy to not split it up with how large it is.

[–] Vincent 1 points 2 days ago* (last edited 2 days ago)

Is that just because your four servers aren't used for anything that need a secret? e.g. I wanted to put my wifi password in there, and the password for my user account.

load more comments (8 replies)
load more comments (10 replies)