Find a file
Magic_RB abad79541e
Simplify DNS zones
Signed-off-by: Magic_RB <magic_rb@redalder.org>
2023-03-06 00:29:03 +01:00
emacs-lisp Don't include related messages in mu4e views 2023-02-19 01:10:30 +01:00
home-manager/modules IgnoreVerification in pantalaimon 2023-02-25 23:58:22 +01:00
LICENSES Add README.org and LICENSES 2022-09-17 11:27:30 +02:00
modules expose custom modules 2023-02-14 20:19:16 +01:00
nix Large rework and cleanup 2022-07-31 11:03:59 +02:00
nixos Simplify DNS zones 2023-03-06 00:29:03 +01:00
org@f3069e1e78 Merge branch 'master' of github.com:MagicRB/dotfiles into master 2020-09-19 14:30:40 +02:00
overlays Set Emacs version when overriding 2023-02-02 10:19:32 +01:00
secret@36790fbf7b secret :) 2022-08-27 23:20:55 +02:00
terraform add nomad-cluster vaut role in vault 2023-02-16 14:47:31 +01:00
.envrc Large rework and cleanup 2022-07-31 11:03:59 +02:00
.gitignore Minor change to .gitignore 2022-09-17 11:59:45 +02:00
.gitmodules Large rework and cleanup 2022-07-31 11:03:59 +02:00
COPYING Add README.org and LICENSES 2022-09-17 11:27:30 +02:00
COPYING.LESSER Add README.org and LICENSES 2022-09-17 11:27:30 +02:00
default.nix Large rework and cleanup 2022-07-31 11:03:59 +02:00
flake.lock Update inputs 2023-02-19 01:03:49 +01:00
flake.nix Update inputs 2023-02-19 01:03:49 +01:00
lefthook.yaml Large rework and cleanup 2022-07-31 11:03:59 +02:00
README.md Add README.org and LICENSES 2022-09-17 11:27:30 +02:00
README.org Add README.org and LICENSES 2022-09-17 11:27:30 +02:00
redalder.org.crt Large rework and cleanup 2022-07-31 11:03:59 +02:00
redalder.org.crt.license Large rework and cleanup 2022-07-31 11:03:59 +02:00

This repo contains my dotfiles, you'll find the NixOS configurations for all my machines that are running NixOS and home-manager configs for those that are not. Next you'll find my Emacs configuration and the Hashicorp stack. Lastly there are a few random thingies that aren't big enough to mention, but still cool if you're interested in them.

Structure

  • nixos/ - configuration files related to NixOS itself
    • hardware/ - configuration files specific to the hardware of my physical machines
    • modules/ - reusable NixOS modules of varying quality
    • profiles/ - machine profiles, like vps or workstation, they apply settings to a group of machines
    • secret-lib/ - a library bridging the gap between my public and public configuration
    • systems/ - the actual system configurations
  • nix/ - legacy junk I need to clean up
  • home-manager/ - configration files related to home-manager
  • modules/ - flake-parts modules that drive this flake
  • overlays/ - nixpkgs overlays, some are just imports and slight modifications of externals overlays
  • org/ - once again legacy junk I need to clean up
  • secret/ - submodule containing the secret parts of my dotfiles
  • terraform/ - the Terraform configuration driving the mostly HashiCorp infrastructure in my configuration

License

This project follows REUSE so all files have their own specific license. But as of writing this, the only license in use is LGPLv3.0. The project root contains a COPYING and COPYING.LESSER as required for the proper use of the LGPL license.