found the typo in the aagl launcher flake import (used a . instead of a : in the url-like syntax) this was infuriating
also got secure boot with lanzaboote working, TPM unlocking full disk encryption is next, though this of course requires more backups to be made, mostly for game saves
This commit is contained in:
parent
88365b373a
commit
39a8e0284f
3 changed files with 218 additions and 11 deletions
|
@ -12,7 +12,7 @@
|
|||
];
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
# boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
boot = {
|
||||
initrd.systemd.enable = true;
|
||||
|
@ -39,8 +39,6 @@
|
|||
|
||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
|
||||
boot.bootspec.enabled = true;
|
||||
|
||||
networking.hostName = "gabbielaptop"; # Define your hostname.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue