refactor(hosts/orion): add price
to systemd-journal
group
This commit is contained in:
parent
bcd4398321
commit
eecf89d736
@ -15,6 +15,7 @@
|
|||||||
extraGroups = [
|
extraGroups = [
|
||||||
"wheel"
|
"wheel"
|
||||||
"keyd"
|
"keyd"
|
||||||
|
"systemd-journal"
|
||||||
(lib.mkIf config.virtualisation.docker.enable "docker")
|
(lib.mkIf config.virtualisation.docker.enable "docker")
|
||||||
(lib.mkIf config.virtualisation.libvirtd.enable "libvirtd")
|
(lib.mkIf config.virtualisation.libvirtd.enable "libvirtd")
|
||||||
(lib.mkIf config.programs.wireshark.enable "wireshark")
|
(lib.mkIf config.programs.wireshark.enable "wireshark")
|
||||||
@ -42,4 +43,4 @@
|
|||||||
files = [ ".bash_history" ];
|
files = [ ".bash_history" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user