My NixOS configuration files.
Find a file
Christoph Heiss 9df7adca45
home-manager: sway: Remove "at" keyboard layout
compose key rulez!

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-09-27 10:18:41 +02:00
.git-crypt secrets: Update primary GPG key 2023-04-15 18:48:26 +02:00
common common: nix-options: Set <nixpkgs> to used system packages 2023-08-18 21:06:50 +02:00
extra home-manager: Pull neovim plugins in through nixpkgs instead of lazy 2023-08-22 20:37:41 +02:00
machines home-manager: sway: Remove "at" keyboard layout 2023-09-27 10:18:41 +02:00
modules/services services: Move custom homer service definition to modules 2023-05-10 21:38:19 +02:00
pkgs tree-wide: Consolidate all nixpkgs/home-manager sources 2023-07-31 22:47:23 +02:00
secrets secrets: email: Enable notmuch for personal email addresses too 2023-09-26 21:12:55 +02:00
services services: Update sourcehut; drop use of removed services array 2023-08-08 21:07:39 +02:00
system home-manager: sway: Remove "at" keyboard layout 2023-09-27 10:18:41 +02:00
.build.yml make: Check that all commits are properly signed on lint step 2023-07-05 18:31:23 +02:00
.editorconfig tree-wide: Add support for formatting of Markdown and CSS with prettier 2023-04-24 21:19:08 +02:00
.gitattributes pkgs: Add homer and dashboard-icons 2023-05-09 17:11:05 +02:00
.gitignore Initial commit 2023-04-01 12:15:22 +02:00
.prettierrc.json tree-wide: Add support for formatting of Markdown and CSS with prettier 2023-04-24 21:19:08 +02:00
.stylua.toml build: Add stylua configuration for linting lua code 2023-04-18 20:55:16 +02:00
default.nix tree-wide: Consolidate all nixpkgs/home-manager sources 2023-07-31 22:47:23 +02:00
flake.lock flake: Update inputs 2023-09-25 14:17:46 +02:00
flake.nix flake: Update inputs 2023-09-25 14:17:46 +02:00
LICENSE Initial commit 2023-04-01 12:15:22 +02:00
Makefile build: lint: Consider commits by expired keys as valid 2023-09-21 19:51:05 +02:00
README.md readme: Apply monospace font to desktop background filename 2023-08-11 16:12:02 +02:00
sources.nix sources: Monthly nixpkgs and home-manager update; to 31-08-2023 2023-09-21 19:52:20 +02:00
statix.toml build: Disable lint W23 (repeated_keys) for statix 2023-09-25 14:16:44 +02:00

My nixOS configuration

Structure

  • common: Contains configuration that should be applied on every machine.

  • extra: Non-Nix files, e.g. configuration files for other applications.

  • machines: Host-specific configuration.

    • fort: Public-reachable server on Hetzner infra.

    • name: LXC container running unbound + blocky.

    • serv: LXC container running different services, like sourcehut and paperless.

    • trek: Framework laptop.

    • zero: Main Ryzen 9 workstation.

  • modules: Additional NixOS modules.

  • pkgs: Custom packages.

  • secrets: Secrects encrypted using git-crypt.

  • services: Configuration for bigger service deployments, e.g. nginx.

  • system: Configurations describing "classes" of machines, like servers or desktops.

Notable files

  • default.nix: Morph deployment definitions

  • flake.nix: Nix development shell definition

  • sources.nix: Contains all Nix package/module source definitions

Hacking

nix develop will provide an ephemeral shell with all tools needed.

License

The code is released into the public domain.

Other conditions apply to the following files: