1
0
Fork 0

mediaserver: update nfs mounts

This commit is contained in:
Daniel Kempkens 2023-04-18 22:20:26 +02:00
parent b59a03ab0a
commit c541159756
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@
};
initrd = {
availableKernelModules = [ "ata_piix" "xhci_pci" "ahci" "sd_mod" "sr_mod" "virtio_balloon" ];
availableKernelModules = [ "ata_piix" "xhci_pci" "ahci" "sd_mod" "sr_mod" ];
kernelModules = [ "tls" ];
};