reorganize Org file structure (emacs)

This commit is contained in:
Swarsel 2024-02-09 20:17:12 +01:00
parent 1332f472ca
commit 54631074da
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
8 changed files with 274 additions and 213 deletions

View file

@ -15,9 +15,18 @@
};
# Bootloader
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda"; # TEMPLATE - if only one disk, this will work
boot.loader.grub.useOSProber = true;
# use this for single partition boot
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
};
# -------------------------------------
# alternate setup using grub
# boot.loader.grub.enable = true;
# boot.loader.grub.device = "/dev/sda"; # TEMPLATE - if only one disk, this will work
# boot.loader.grub.useOSProber = true;
# -------------------------------------
# --------------------------------------
# you might need a configuration like this instead: