Nikolaos Karaolidis 8a21f9bbc7 Fix pinentry
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2025-08-31 18:16:41 +03:00
2025-08-31 18:16:41 +03:00
2025-08-31 13:06:33 +03:00
2025-08-31 13:06:33 +03:00
2025-08-18 13:07:20 -04:00
2024-12-15 19:09:07 +00:00
2025-08-17 16:47:20 +03:00
2025-08-23 11:45:18 +03:00
2025-08-31 13:06:33 +03:00
2025-08-27 10:29:05 +00:00
2025-08-17 21:24:31 +03:00
2025-08-17 21:24:31 +03:00
2025-08-04 10:51:21 +02:00

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.
  • overlays/: Custom patches.

  • packages/: Custom packages.

  • 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 packages.

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
himalia hosts/himalia/README.md
elara hosts/elara/README.md
jupiter hosts/jupiter/README.md
jupiter-vps hosts/jupiter-vps/README.md
Description
NixOS dotfiles and configuration
Readme 3 MiB
Languages
Nix 80.6%
Shell 14%
CSS 1.9%
TypeScript 1.8%
Go 1.1%
Other 0.5%