key
file
Now people might understand why you should not write a NixOS module within a flake, because it lacks position information.
{agenix, ...}: { # Using the module directly prevent the deduplication from working properly. imports = [ agenix.nixosModules.default ]; }
Now people might understand why you should not write a NixOS module within a flake.nix file, because it lacks position information.
flake.nix