• @Klaymore@sh.itjust.works
    link
    fedilink
    91 year ago

    NixOS is so incredibly stable it’s crazy. Even if my entire computer implodes I can just download my couple config files off github and get exactly the same system on a different computer.

    • I’m going to try Nix as my desktop OS. The only thing stopping me up until now is I like running the same OS that I run on servers (Debian). Do you think there’s a good use case for Nix on servers?

      • @Klaymore@sh.itjust.works
        link
        fedilink
        51 year ago

        Yeah NixOS is great for servers, since you’re able to configure everything through the NixOS configs. Like if you want nginx you just add services.nginx.enable = true and similarly set the different virtualHosts and everything. That way your nginx configuration is stored in the same place as your system configuration, which can all be backed up with Git, and you can see everything running on your system and their configuration by just looking through your NixOS config.