Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ self, ... }:
{
flake = {
nixosModules = rec {
root = import ./root;
teutat3s = import ./teutat3s;
pub-solar = import ./pub-solar;
nixos = import ./nixos;
};
}