mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
hosts/plover: update Hetzner filesystem setup
This commit is contained in:
parent
8cacfa2867
commit
6c1ff358e2
@ -20,13 +20,13 @@ in
|
|||||||
boot.initrd.availableKernelModules = [ "ata_piix" "virtio_pci" "virtio_scsi" "xhci_pci" "sd_mod" "sr_mod" ];
|
boot.initrd.availableKernelModules = [ "ata_piix" "virtio_pci" "virtio_scsi" "xhci_pci" "sd_mod" "sr_mod" ];
|
||||||
boot.initrd.kernelModules = [ "nvme" ];
|
boot.initrd.kernelModules = [ "nvme" ];
|
||||||
|
|
||||||
fileSystems."/" = lib.mkOverride 2000 {
|
fileSystems."/" = {
|
||||||
label = "nixos";
|
label = "nixos";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
options = [ "defaults" ];
|
options = [ "defaults" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" = lib.mkOverride 2000 {
|
fileSystems."/boot" = {
|
||||||
label = "boot";
|
label = "boot";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user