Compare commits

...

2 Commits

2 changed files with 13 additions and 3 deletions

View File

@ -27,11 +27,13 @@
age
bitwarden
chromium
fd
feh
file
#freecad
#gnumake
hack-font
jq
inconsolata
libreoffice
logseq

View File

@ -33,9 +33,17 @@
};
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";
boot.loader = {
systemd-boot = {
enable = true;
# limit number of configurations to save in the boot menu
configurationLimit = 10;
};
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";
};
};
networking.hostName = "buck"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.