sisyphus/nixos
2023-11-14 22:34:44 +01:00
..
hosts [direnv] Create module 2023-11-14 22:32:04 +01:00
modules [direnv] Create module 2023-11-14 22:32:04 +01:00
modules-old/des/sway [direnv] Create module 2023-11-14 22:32:04 +01:00
overlays [openconnect] Add openconnect-sso module 2023-11-02 17:35:18 +01:00
secrets [ssh] Add SubGit key 2023-10-10 21:14:05 +02:00
users [waybar] Move config 2023-11-14 22:34:44 +01:00
.sops.yaml Configure secrets, configure ssh and add H4G0 2023-09-10 22:53:30 +02:00
flake.lock [virtualbox] Pin version 2023-11-02 17:35:40 +01:00
flake.nix Combine unfreepkgs list for stable and unstable 2023-11-14 21:05:04 +01: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.