My NixOS configuration files.
Find a file
Christoph Heiss 17cadce00a
pkgs: Update revision of custom sourcehut repository
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-07-30 15:30:39 +02:00
.git-crypt secrets: Update primary GPG key 2023-04-15 18:48:26 +02:00
common common: packages: Enable mtr program 2023-07-29 19:24:27 +02:00
extra extra: git-multi-shortlog: Print diff stat summary as well for each repo 2023-07-26 14:11:19 +02:00
machines pkgs: Update revision of custom sourcehut repository 2023-07-30 15:30:39 +02:00
modules/services services: Move custom homer service definition to modules 2023-05-10 21:38:19 +02:00
pkgs pkgs: Update revision of custom sourcehut repository 2023-07-30 15:30:39 +02:00
secrets machines: fort: Restructure network/wireguard configuration 2023-07-29 19:36:52 +02:00
services services: paperless: Fix wrong secrets path 2023-06-01 23:08:03 +02:00
system home-manager: sway: Enable XWayland, needed by Signal Deskop :( 2023-07-29 19:24:46 +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 machines: fort: Switch from ARM64 back to x86_64 machine 2023-07-29 18:40:46 +02:00
flake.lock flake: Update lockfile 2023-07-28 23:25:30 +02:00
flake.nix tree-wide: Update nixpkgs and home-manager to 30-06-2023 2023-07-05 18:19:13 +02:00
LICENSE Initial commit 2023-04-01 12:15:22 +02:00
Makefile machines: Add new fort 2023-07-28 23:24:47 +02:00
README.md machines: Add new fort 2023-07-28 23:24:47 +02:00
shell.nix nix: Add 'morph' to dev-shell packages 2023-04-30 02:34:40 +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.

Hacking

Both nix develop and nix-shell will provide a shell with all tools needed.

License

The code is released into the public domain.

Other conditions apply to the following files: