2026-05-04 22:26:43 +02:00
2026-05-04 22:26:43 +02:00
2026-03-21 21:56:17 +01:00
2026-03-22 22:05:32 +01:00
2026-05-04 22:26:43 +02:00
2026-03-21 20:50:14 +01:00
2026-03-23 16:39:43 +01:00
2026-05-04 22:26:43 +02:00
2026-05-01 10:56:40 +02:00
2026-03-22 22:23:24 +01:00
2026-03-22 22:48:23 +01:00

Lab

A NixOS configuration for eth0's school computer lab. It provides a reproducible desktop setup for classroom machines, with KDE Plasma, a curated software set, Spanish defaults, privacy-focused browser settings, rootless Docker, Flatpak, auto-updates, and maintenance tools.

Full documentation: https://nixlab.srizan.dev/

Install

Boot a NixOS ISO (preferibly GNOME), identify the target disk with lsblk, then run:

curl -fsSL https://raw.githubusercontent.com/iesfdlr/lab/main/install.sh \
  | bash -s -- /dev/sda

Write a root password if asked (the prompt is in Spanish, sorry)

Replace /dev/sda with the correct drive. The installer can also skip Andared_Corporativo wifi setup with --no-andared (you probably want this on a VM environment).

Description
No description provided
Readme 243 KiB
Languages
Shell 54.3%
Nix 45.7%