Skip to content

Linux Workstations (NixOS)

The cloud Linux system installs on any PC connected to the network.

Each machine is configured according to a profile (role) that includes:

  • Features enabled automatically.
  • Pre-made configurations.
ProfileRole
⚙️minimalA system with the bare minimum.
🖥️desktopA desktop with office, multimedia, and productivity software.
💻laptopAn office workstation optimized for laptops.
🔌portableMy system on a bootable USB drive.
🗄️serverA stripped-down, secure server without a screen.
🌐gatewayA zone gateway, my internet “box” that filters ads.
☁️hcsA VPN coordination server, for the administrator.
📦vmA virtual machine.

Technical details : Host profiles.

Under DNF, the system manages itself :

  • Updates: applied automatically, without intervention.
  • Security: Linux is secure by design → no antivirus needed.
  • Drivers: everything is pre-configured. Printers, screens, peripherals : they work.
  • Failure or problem: the admin restores your workstation in minutes, exactly as before.