allow dmesg for all users
This commit is contained in:
parent
d4eb5d82c3
commit
67c32308af
1 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,12 @@ in
|
||||||
"pcie_aspm.policy=performance"
|
"pcie_aspm.policy=performance"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# setup some sysctl stuff
|
||||||
|
boot.kernel.sysctl = {
|
||||||
|
# allow dmesg for all users
|
||||||
|
"kernel.dmesg_restrict" = 0;
|
||||||
|
};
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
Loading…
Reference in a new issue