aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-06-25 18:51:09 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-06-25 18:51:09 +0100
commit3c8faa4b0818efbf84b35fd65c238023c6962ca8 (patch)
tree4ca233773d0f245573e372e3d2679bd5e7f6d11b /system
parent09af78a3c00b6cc7e03827cef643a90d942f7981 (diff)
Moved hw.efi.poweroff from /boot/loader.conf to /etc/sysctl.conf
Diffstat (limited to 'system')
-rw-r--r--system/loader.conf3
-rw-r--r--system/sysctl.conf3
2 files changed, 3 insertions, 3 deletions
diff --git a/system/loader.conf b/system/loader.conf
index 794e882..18e0b70 100644
--- a/system/loader.conf
+++ b/system/loader.conf
@@ -30,6 +30,3 @@ vfs.zfs.arc_max="2147483648"
# Set Minimum for ZFS ARC
vfs.zfs.arc_min="1073741824"
-
-# Allow system to poweroff
-hw.efi.poweroff="0"
diff --git a/system/sysctl.conf b/system/sysctl.conf
index 189002f..49f9cf7 100644
--- a/system/sysctl.conf
+++ b/system/sysctl.conf
@@ -16,3 +16,6 @@ hw.snd.default_unit=5
# Stop core dumps
kern.coredump=0
+
+# Allow system to poweroff
+hw.efi.poweroff=0