From 015fa69105b5ab98f5f24c47822b6bbe27b6f4d2 Mon Sep 17 00:00:00 2001 From: Hunter David Halloran Date: Mon, 5 Jan 2026 21:29:03 +0000 Subject: [PATCH] Delete page "Configuration-Namespace" --- Configuration-Namespace.md | 56 -------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 Configuration-Namespace.md diff --git a/Configuration-Namespace.md b/Configuration-Namespace.md deleted file mode 100644 index 33fbbe7..0000000 --- a/Configuration-Namespace.md +++ /dev/null @@ -1,56 +0,0 @@ -# Configuration Namespace - -All Innovation Factory specific configuration options are namespaced -under `athenix.*` to avoid collisions with standard NixOS options. - -## athenix.host - -Host-level hardware and platform configuration. - -Common options: -- `athenix.host.filesystem.device` -- `athenix.host.filesystem.swapSize` -- `athenix.host.buildMethods` -- `athenix.host.useHostPrefix` -- `athenix.host.wsl.user` - -These options define how the system boots, installs, and builds artifacts. - -## athenix.sw - -Defines the software profile for a system. - -Key options: -- `athenix.sw.type` -- `athenix.sw.kioskUrl` -- `athenix.sw.extraPackages` -- `athenix.sw.excludePackages` -- `athenix.sw.remoteBuild.*` -- `athenix.sw.python.enable` - -System type controls which software stack is applied. - -## athenix.users - -User account definitions and enablement. - -User options include: -- Shell and groups -- SSH keys -- Password hashes -- External user modules - -Users are enabled per-host via `inventory.nix`. - -## athenix.system - -System-wide behaviors such as garbage collection and maintenance. - -Typical configuration: -- Automatic GC -- Store optimization -- Retention policies - -## athenix.forUser - -Convenience option to enable a single user on a system in one line.