repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
grafana-alloy: don't build the frontend twice
[NixPkgs.git]
/
nixos
/
modules
/
services
/
logging
/
klogd.nix
blob
1de0e58abbb35abe2215f658feddc27c2d6a9d17
1
{ lib, ... }:
2
3
{
4
imports = [
5
(lib.mkRemovedOptionModule [ "security" "klogd" "enable" ] ''
6
Logging of kernel messages is now handled by systemd.
7
'')
8
];
9
}