docs: yes

This commit is contained in:
2026-04-30 23:52:22 +02:00
parent d0875bfdab
commit 5f0d5c6c4d
2 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
A NixOS configuration for the computer lab of eth0's school. Currently unused, but it may be perfect for those who are interested in setting up a similar environment.
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/6n2w8a-OPeA?si=MuE81gyMvVmq7o30" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
## Why Nix?
NixOS is a Linux distribution that uses the Nix package manager to provide a declarative and reproducible configuration system. This means that you can define your entire system configuration in a single file, and Nix will take care of installing and configuring everything for you.

View File

@@ -3,6 +3,9 @@
!!! tip "Connectivity"
A wired connection is recommended. If you need Wi-Fi, the NixOS GNOME ISO supports **Andared_Corporativo** - see the [Wi-Fi setup](#connecting-to-andared_corporativo) section below.
!!! warning
shipwrights! please scroll down to the [options](#options) section and run the installer with `--no-andared`, since you're probably not able to use the `Andared_Corporativo` network.
Unlike most Nix configurations, this one requires a dedicated install script rather than a plain `nixos-rebuild`.
## Steps