My NixOS configuration files.
Find a file
Christoph Heiss c50dbaf1a6
All checks were successful
flake / build (push) Successful in 6m16s
extra: waybar: fix up styling a bit
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-11-21 23:48:51 +01: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: move zsh enable to users 2024-11-19 00:11:57 +01:00
extra extra: waybar: fix up styling a bit 2024-11-21 23:48:51 +01:00
lib machines: zero: move sway workspace generation to lib 2024-11-04 23:49:37 +01:00
machines machines: zero: switch from networkmanager to systemd-networkd 2024-11-21 22:59:07 +01:00
modules tree-wide: drop filebrowser 2024-11-19 23:28:25 +01:00
pkgs home-manager, pkgs: convert uptime script to proper package 2024-11-18 11:05:30 +01:00
secrets machines: zero: switch from networkmanager to systemd-networkd 2024-11-21 22:59:07 +01:00
services services: forgejo: restrict some more bad crawlers 2024-11-20 13:37:39 +01:00
system extra: waybar: fix up styling a bit 2024-11-21 23:48:51 +01: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 machines: zero: switch from networkmanager to systemd-networkd 2024-11-21 22:59:07 +01:00
.stylua.toml build: Add stylua configuration for linting lua code 2023-04-18 20:55:16 +02:00
flake.lock modules: services: nextcloud: rewrite to use microvm instead of container 2024-11-19 23:01:48 +01:00
flake.nix modules: services: nextcloud: rewrite to use microvm instead of container 2024-11-19 23:01:48 +01: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.