Files
nix/README.md
Nikolaos Karaolidis d995375c16 Add himalia
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2025-05-21 00:39:38 +01:00

2.4 KiB

nix

NixOS dotfiles and configuration for various hosts and users.

Structure

  • flake.lock and flake.nix: Core Nix flake files defining the repository's dependencies and entry points.

  • hosts/: All host-specific configurations.

    • common/: Shared configuration definitions.
      • shells/: Nix dev shells.
      • configs/: System configurations applicable to all hosts.
        • system/: System-level configurations and scripts.
        • user/: Per-user options.
          • console/: Console-related settings.
          • gui/: GUI-related settings.
    • <name>/: Individual host configurations.
  • packages/: Custom packages.

  • secrets/<namespace>/: Global secrets for individual namespaces that apply across all hosts.

  • lib/: Nix library function definitions and utilities.

    • scripts/: Utility scripts for managing the repository.
      • add-host.sh: Instantiate the keys for a new host configuration.
      • remove-host.sh: Remove references to a host.
      • update-keys.sh: Update the encryption keys in all relevant files using sops.yaml configurations.
      • update.sh: Update flake and all git submodules.
  • submodules/: Flake forks used in the repository, such as nixpkgs and home-manager.

Any options.nix files create custom option definitions when present.

Hosts

Below is a table of all hosts, with links to their respective README files, which may provide further details and/or post-installation checklists.

Host README
installer hosts/installer/README.md
eirene hosts/eirene/README.md
elara hosts/elara/README.md
himalia hosts/himalia/README.md