Make new config for vetra and lean it back a bit

This commit is contained in:
Aaron Honeycutt 2024-02-13 15:42:23 -07:00
parent d52197fa8b
commit 350f03b089
2 changed files with 94 additions and 6 deletions

View file

@ -10,16 +10,11 @@
initrd.availableKernelModules = [ "xhci_pci" "usbhid" "usb_storage" ];
loader = {
grub.enable = false;
generic-extlinux-compatible.enable = true;
};
};
# boot.kernelPackages = pkgs.linuxPackages_latest;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
fileSystems = {
@ -42,7 +37,6 @@
with pkgs;
[
git
neofetch
restic
wget
];