this post was submitted on 30 Jun 2024
151 points (97.5% liked)

r/unixsocks on fediverse

1603 readers
233 users here now

About r/unixsocks on fediverse:

Unixporn + ThighHighs

Rules:

1.Thigh high socks

All non-meme pictures must contain a human wearing thigh high socks.

2.Unix-like OS

All non-meme pictures must contain a device running a unix-like OS. Android and WSL are not permitted.

3.Hate Speech

No Bigotry, Cissexism, Transphobia , Homophobia, Enbyphobia (anti Non-Binary Gender), Anti-ND (Anti-Neurodiversity), Sexism, Racism, etc. Non-compliance with this rule will result in a ban. The ban may be revoked after a plead.

4.NSFW flag

NSFW post must have NSFW flag.


unixsocks in elsewhere

Fediverse :

Link: https://matrix.to/#/#unixsocks:matrix.org

Backup link: https://matrix.to/#/#unixsocks:exkc.moe

Main Room: #unixsocks-general#[email protected]

Gamyer Room: #unixsocks-gayming#[email protected]

Shitpost Room: #unixsocks-dumpsterfire#[email protected]

Big tech social media :

link: https://discord.gg/NVKeRwaMmW

link: https://reddit.com/r/unixsocks/

founded 1 year ago
MODERATORS
 
top 11 comments
sorted by: hot top controversial new old
[–] [email protected] 14 points 2 days ago (4 children)

genuinely what is so special about nixos??? i know literally nothing about it and i currently have a spare chromebook i could test it on right now

[–] [email protected] 14 points 2 days ago* (last edited 2 days ago)

The whole point of NixOS is that it's "immutable" and "declarative".

In essence this means that you store the entire system configuration in a bunch of text files in a single directory. So your bootloader configuration, all your installed packages, every system service, every filesystem mounts, and even your partition layout and dotfiles, all of it in a common shared configuration.

There's even a concept called flakes, which lock the specific version of everything, so if you copy all your config to another computer (or reinstall), then applying the config will restore every system configuration to exactly that state. So if you like how you configured your machine, and want another machine exactly like it, you just copy all your configuration to the other machine, and run the nixos-rebuild command. Now the two machines are configured exactly identically, all the same package, all the same services, all the same configurations, even all the same versions if you make use of flakes.

It also means that you can reason about your entire system setup just by looking at those configs. Is that piece of config in the files? Then that's how your system is configured. If that piece of config isn't there, then that is not how your system is configured.

Want to install an application, just add it to the list in your config, and run the nixos-rebuild command. Now you have that installed. Don't want it anymore? Just remove it from the list, and rerun nixos-rebuild.

On top of that NixOS stores every generation of your config, so even if you break something, you just restart and pick the previous config generation, and your system starts up exactly as it was before you broke it, and you can go and resolve the issue in the config that broke your system.

If you've ever done any programming, and made use of a dependency management tool that stores a dependency lock file, this is very similar, but for your entire operating system.

If you've ever managed infrastructure via Terraform, then this feels like that, but for your entire system configuration.

[–] takeda 16 points 2 days ago

It has an interesting approach in terms of organizing disk layout. That solves a lot of problems (dependency hell, immutability, reproducibility, automatic changes etc) and seems to be overall better, but it's a huge paradigm shift and step learning curve so many people get discouraged.

[–] [email protected] 8 points 2 days ago

It's afair the first immutable distro which is configured by a single config file. Thus easily reproducible.

[–] kopasz7 2 points 2 days ago

Imagine your package manager being a config file. Imagine your mount points, locale, desktop environment, application settings, and virtually every aspect of your system being defined in a single configuration file.

[–] [email protected] 10 points 2 days ago

When an Arch user tries NixOS.

[–] [email protected] 1 points 2 days ago (1 children)
[–] doriverte 1 points 1 day ago
[–] [email protected] 1 points 2 days ago (1 children)
[–] doriverte 1 points 1 day ago (1 children)
[–] [email protected] 1 points 1 day ago

No Unix socks for fedora