You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Felix Stupp 9db6bf9840
nixosMod/frontend: configure bash history to ignore duplicates & allow exclusion with space
2 months ago
..
apps add flake submodule flake reflection & fix secrix app 2 months ago
devShells
hmModules hmMod/extends: add retroarch settings enable & cores 2 months ago
lib nix/lib: add types for EUI-48, EUI-64, IPv4 & IPv6 2 months ago
nixos nixos.x13yz: moved frontend.convertable to hardware section 2 months ago
nixos-modules nixosMod/frontend: configure bash history to ignore duplicates & allow exclusion with space 2 months ago
nixosProfiles
overlays add nft-update-addresses as package & with a NixOS module 2 months ago
packages add nft-update-addresses as package & with a NixOS module 2 months ago
README.md
myOptions.nix

README.md

nix configs & modules

This directory contains all nix-related (esp. NixOS) files.

Normally, I would have placed these directories on the same level as flake.nix, but:

  • I want ./flake.nix at root for easier imports
  • As this is a git-monorepo for my WHOLE server setup, (i.e. also including systems without NixOS) it also contains files for different systems. These should be separated from nix files, in general.

flakeArg

Every flake "submodule" gets passed a flakeArg parameter to access the flakes inputs & outputs and other goodies. This is documented in ../flake.nix.