sisyphus/nixos
2025-10-04 17:56:19 +02:00
..
hosts [Tibo-NixTop] Tweak boot 2025-09-30 09:31:16 +02:00
modules [sops] Add Tibo-NixTop key 2025-10-04 17:38:21 +02:00
overlays chore: Update to 25.05 2025-09-25 21:34:13 +02:00
secrets [sops] Rotate Hugo/ssh 2025-10-04 17:56:19 +02:00
users [sops] Add NixOS/admin/ssh 2025-10-04 17:42:24 +02:00
.sops.yaml [sops] Add Tibo-NixTop key 2025-10-04 17:38:21 +02:00
flake.lock nix flake update 2025-10-01 07:38:25 +02:00
flake.nix [fprintd] Add fingerprint-scanner module 2025-09-30 09:30:27 +02:00
README.md Fix README users not working 2023-10-20 22:43:15 +02:00

NixOS

Nix Flake configuration for my Linux machines running NixOS.

Structure

The directory structure is organized as follows:

  • flake.nix: Main entrypoint for the configuration.
  • hosts/hostname: Host-specific configuration by setting options. Each host has its own folder.
  • modules: Declarations of configuration options.
  • overlays: Attribute overrides for Nix Packages.
  • secrets: Encrypted files that store sensitive information, such as SSH private keys.
  • users/username: User-specific configuration. Users are defined as modules, so they can be enabled or disabled on a host machine.

Modules are a key component of NixOS. They encapsulate various configuration options, which should make it easy for you to integrate it into your specific configuration.