docs: Add innline docs to code files

This commit is contained in:
UGA Innovation Factory
2025-12-10 14:46:58 -05:00
committed by Hunter Halloran
parent 8a4e574b90
commit 85de150fcf
7 changed files with 34 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
# This module defines a systemd service that automatically installs NixOS to the disk.
# It is intended to be used in an installation ISO.
# It expects `targetSystem` (the closure to install) and `diskoScript` (the partitioning script) to be passed as arguments.
{ config, lib, pkgs, inputs, hostName, hostPlatform, targetSystem, diskoScript, ... }:
{
environment.systemPackages = [