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