My NixOS configuration files.
Find a file
Christoph Heiss 738a05aec0
services: forgejo: switch database to sqlite3
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-08-24 13:03:32 +02:00
.forgejo/workflows ci: replace woodpecker with a forgejo actions workflow 2024-07-18 22:54:42 +02:00
.git-crypt secrets: Update primary GPG key 2023-04-15 18:48:26 +02:00
common common: nix-options: directly set flake-registry 2024-08-22 16:01:31 +02:00
extra pkgs: neomutt-export-patches: convert to new buildPerlApplication helper 2024-08-22 21:02:35 +02:00
lib flake: add custom lib with initial perl application builder 2024-08-22 20:49:43 +02:00
machines machines: maui: add some useful git send-email aliases 2024-08-23 11:16:27 +02:00
modules modules: services: add new service definition for yarr 2024-08-18 22:01:29 +02:00
pkgs pkgs: neomutt-export-patches: convert to new buildPerlApplication helper 2024-08-22 21:02:35 +02:00
secrets home-manager: desktop: git: set sendemail identity explicitly 2024-08-23 11:13:36 +02:00
services services: forgejo: switch database to sqlite3 2024-08-24 13:03:32 +02:00
system home-manager: desktop: git: set sendemail identity explicitly 2024-08-23 11:13:36 +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
.prettierignore tree-wide: convert everything from morph to nixinate + sops-nix 2024-05-10 01:20:50 +02:00
.prettierrc.json flake: bump nixpkgs, home-manager, et al. to ~30-06-2024 2024-07-03 16:58:02 +02:00
.sops.yaml services: add new yarr service for RSS reading 2024-08-18 22:03:19 +02:00
.stylua.toml build: Add stylua configuration for linting lua code 2023-04-18 20:55:16 +02:00
flake.lock flake: bump lix to 2.91.0 2024-08-13 13:20:25 +02:00
flake.nix flake: add custom lib with initial perl application builder 2024-08-22 20:49:43 +02:00
LICENSE Initial commit 2023-04-01 12:15:22 +02:00
README.md pkgs: sway-background-image: fetch image directly from source 2024-06-16 02:20:53 +02:00
statix.toml flake: add formatter for toml files 2024-07-03 17:05:24 +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.

    • back: Primary backup machine.

    • fort: Public-reachable server on Hetzner infra.

    • tank: Homelab server.

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

  • system/home-manager: home-manager configuration.

Hacking

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

License

The code is released into the public domain.