Compare commits
No commits in common. "1e48eabbc5f85b9e1cac2b7a839079413188aceb" and "a897038529d9737096fda7ad569784474148e850" have entirely different histories.
1e48eabbc5
...
a897038529
@ -27,13 +27,11 @@
|
||||
age
|
||||
bitwarden
|
||||
chromium
|
||||
fd
|
||||
feh
|
||||
file
|
||||
#freecad
|
||||
#gnumake
|
||||
hack-font
|
||||
jq
|
||||
inconsolata
|
||||
libreoffice
|
||||
logseq
|
||||
|
||||
@ -33,17 +33,9 @@
|
||||
};
|
||||
|
||||
# Bootloader.
|
||||
boot.loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
# limit number of configurations to save in the boot menu
|
||||
configurationLimit = 10;
|
||||
};
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
efiSysMountPoint = "/boot/efi";
|
||||
};
|
||||
};
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
|
||||
networking.hostName = "buck"; # Define your hostname.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user