elnudrop: get git.elnu.com working

This commit is contained in:
Elnu 2025-03-22 17:18:25 -07:00
parent bbbea14c45
commit e5f2d96e8e
4 changed files with 41 additions and 0 deletions

View file

@ -6,4 +6,5 @@
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi" ];
boot.initrd.kernelModules = [ "nvme" ];
fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; };
fileSystems."/mnt/data" = { device = "/dev/sda"; fsType = "ext4" };
}