diff --git a/os/basado/configuration.nix b/os/basado/configuration.nix index 84af092..5590562 100644 --- a/os/basado/configuration.nix +++ b/os/basado/configuration.nix @@ -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.powerOnBoot = true; # powers up the default Bluetooth controller on boot