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 76d22b49ab
nixosProfiles: extract pveGuestHwSupport from pveGuest
for installers with increased pveGuest support (e.g. qemu-guest-agent)
2 months ago
..
apps add flake submodule flake reflection & fix secrix app 2 months ago
devShells full restructure of flake.nix 2 months ago
hmModules hmMod/extends: add retroarch settings enable & cores 2 months ago
lib lib: add modules.mkTestOverride 2 months ago
nixos nixos: add helper to import systems from files 2 months ago
nixos-modules improvedDef/sshAuth: avoid root auth warning on installers too 2 months ago
nixosProfiles nixosProfiles: extract pveGuestHwSupport from pveGuest 2 months ago
overlays overlays/fromFlake: add librespot-auth 2 months ago
packages add librespot-auth package 2 months ago
README.md establish flakeArg construct & add docu 2 months ago
myOptions.nix nix/myOptions: declare my username a default 2 months ago

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.