Unused
This commit is contained in:
parent
f889c8fdda
commit
11efc745e3
1 changed files with 6 additions and 11 deletions
|
@ -61,7 +61,6 @@
|
|||
"udiskie"
|
||||
"xdg"
|
||||
# "spotify"
|
||||
"lutris"
|
||||
"wine"
|
||||
"cura"
|
||||
"chrome"
|
||||
|
@ -71,7 +70,6 @@
|
|||
"tor-browser"
|
||||
"kicad"
|
||||
"monero"
|
||||
# "zulip"
|
||||
"teams"
|
||||
"obs-studio"
|
||||
"calibre"
|
||||
|
@ -88,7 +86,6 @@
|
|||
"chirp"
|
||||
"sdrangel"
|
||||
"discord"
|
||||
# "ib-tws"
|
||||
"zoom"
|
||||
"pantalaimon"
|
||||
];
|
||||
|
@ -101,20 +98,12 @@
|
|||
boot.initrd.availableKernelModules = [
|
||||
"nvme"
|
||||
"xhci_pci"
|
||||
# "ahci"
|
||||
"usbhid"
|
||||
# "r8169"
|
||||
"thunderbolt"
|
||||
"vmd"
|
||||
"usb_storage"
|
||||
"sd_mod"
|
||||
];
|
||||
boot.kernelModules = [
|
||||
# "kvm-amd"
|
||||
# "ddcci"
|
||||
# "ddcci-backlight"
|
||||
# "i2c-dev" # needed?
|
||||
];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
@ -152,6 +141,12 @@
|
|||
];
|
||||
};
|
||||
|
||||
fileSystems."/mnt/shared" = {
|
||||
device = "/dev/nvme0n1p2";
|
||||
fsType = "ntfs";
|
||||
options = [ "nofail" ];
|
||||
};
|
||||
|
||||
services.zfs.autoScrub.enable = true;
|
||||
|
||||
networking.hostId = "30fc8ed7";
|
||||
|
|
Loading…
Add table
Reference in a new issue