Merge pull request #271302 from SohamG/patch-1
nixos/oddjobd: add SohamG as maintainer
This commit is contained in:
commit
a06a0562f1
@ -10,11 +10,6 @@ in
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
assertions = [
|
||||
{ assertion = false;
|
||||
message = "The oddjob service was found to be broken without NixOS test or maintainer. Please take ownership of this service.";
|
||||
}
|
||||
];
|
||||
systemd.packages = [ cfg.package ];
|
||||
|
||||
systemd.services.oddjobd = {
|
||||
@ -30,4 +25,6 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ SohamG ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user