adampad branch fixes

This commit is contained in:
cnst
2024-08-02 13:51:42 +02:00
parent 6439059d7b
commit 7271ba3eae
304 changed files with 37 additions and 83400 deletions

6
nixos/core/boot.nix Normal file
View File

@@ -0,0 +1,6 @@
{
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
}