modules/output: add impureRtp option

Instead of assuming `wrapRc` implies we don't want impurities, configure
this separately.
This commit is contained in:
Matt Sturgeon 2024-09-25 17:43:04 +01:00
parent fb7cda2868
commit 11924e1593
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 16 additions and 2 deletions

View file

@ -27,6 +27,7 @@ let
_file = ./hm.nix;
config = {
wrapRc = lib.mkOptionDefault false;
impureRtp = lib.mkOptionDefault true;
};
}
];