i001 auto unlock with usb key

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-15 15:04:34 -06:00
parent c0dd59d2d8
commit 58726dc1ba
3 changed files with 50 additions and 24 deletions

View file

@ -28,6 +28,14 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
# SWAP
swapDevices = [
# {
# device = "/.swap/swapfile";
# size = 8 * 1024; # Creates an 8GB swap file
# }
];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction