diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-06-24 17:42:34 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-06-24 17:42:34 +0100 |
| commit | 09af78a3c00b6cc7e03827cef643a90d942f7981 (patch) | |
| tree | f4aaac697946b5be2e27dccba435ece0071ea723 | |
| parent | 267419feb9cfd2f0a8754477494647b4e9754bab (diff) | |
Added missing quotes
| -rw-r--r-- | system/loader.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/loader.conf b/system/loader.conf index 7ff82db..794e882 100644 --- a/system/loader.conf +++ b/system/loader.conf @@ -31,3 +31,5 @@ vfs.zfs.arc_max="2147483648" # Set Minimum for ZFS ARC vfs.zfs.arc_min="1073741824" +# Allow system to poweroff +hw.efi.poweroff="0" |
