mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Make new config for vetra and lean it back a bit
This commit is contained in:
parent
d52197fa8b
commit
350f03b089
2 changed files with 94 additions and 6 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue