This commit is contained in:
parent
41c2e8a663
commit
d52441b226
1 changed files with 0 additions and 25 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue