Compare commits
2 Commits
a897038529
...
1e48eabbc5
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e48eabbc5 | |||
| 1a3bb082ec |
@ -27,11 +27,13 @@
|
|||||||
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,9 +33,17 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader = {
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
systemd-boot = {
|
||||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
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.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