Skip to content

Latest commit

 

History

History
38 lines (38 loc) · 1.08 KB

File metadata and controls

38 lines (38 loc) · 1.08 KB

browser

GMail

keyboard shortcuts

archive: a

reply: rr

reply all: ra

Firefox

disable clipboard events: dom.event.clipboardevents.enabled

desktop

peripherals

webcam

test with guvcview

make console font bigger on high DPI screen

NixOS install

put LUKS directly on physical partition without LVM

gdisk code: 8390

ignore encrypted boot stuff

if zfs kernel module isn’t loaded: boot.supportedFilesystems = [ "zfs" ];

suggested zfs devices

zroot/nixos

zroot/nixos/nix

zroot/nixos/home

expanding partitions

LUKS

parted

print to get partition ID
resizepart <id>
q

sudo cryptsetup resize root -v

ZFS

zpool status zroot to get device name

sudo zpool online -e zroot <device-name>

misc

offsite backup

encrypted S3?