remove commented code
All checks were successful
/ build-all (push) Successful in 1m26s

This commit is contained in:
ant 2025-10-04 12:07:04 +02:00
parent 41c2e8a663
commit d52441b226

View file

@ -26,31 +26,6 @@ in
}; };
}; };
# unlock over ssh
# boot.initrd = {
# availableKernelModules = [ "igb" ];
# network = {
# enable = true;
# udhcpc = {
# enable = true;
# extraArgs = [ "--background" "--retries" "1" ];
# };
# flushBeforeStage2 = true;
# ssh = {
# enable = true;
# port = 22;
# authorizedKeys = [
# "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKCTCKcHgCZOlGeCEz0+HcoYMyXzFy3l3igsG+nhMC8Z ant@moon "
# ];
# # hostKeys = [ "/etc/secrets/initrd/ssh_host_ed25519_key" ];
# hostKeys = [ "/etc/ssh/ssh_host_ed25519_key" ];
# };
# postCommands = ''
# # Automatically ask for the password on SSH login
# echo 'cryptsetup-askpass || echo "Unlock was successful; exiting SSH session" && exit 1' >> /root/.profile
# '';
# };
# };
hardware.bluetooth.enable = true; # enables support for Bluetooth hardware.bluetooth.enable = true; # enables support for Bluetooth
hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot