During ‘nixos-rebuild switch’, I am getting a trace warning: “lib.modules.defaultPriority is deprecated, please use lib.modules.defaultOverridePriority instead”. How do I go about defining this in configuration.nix?
Or would this be defined in flake.nix? Any help would be greatly appreciated. I am having a lot of fun setting up my machine :).
It turned out that I was, not explicity, but it was due to a mismatch in my home-manager being “23.05” and my nixpkgs being “unstable”. I was able to resolve this by changing my flake.nix inputs to: