This commit is contained in:
Murphy 2025-02-28 09:59:34 -05:00
parent a1bb427db8
commit adab4cbaf3
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17

View file

@ -39,6 +39,9 @@
# use the latest kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
# sysrq
boot.kernel.sysctl."kernel.sysrq" = 246;
# timezone
time.timeZone = "America/New_York";