Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 7 lines 89 B view raw
1{ 2 boot.kernel.sysctl."kernel.sysrq" = 1; 3 4 systemd.oomd = { 5 enable = true; 6 }; 7}