mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +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.kernelModules = [ "nvme" ];
|
||||
|
||||
fileSystems."/" = lib.mkOverride 2000 {
|
||||
fileSystems."/" = {
|
||||
label = "nixos";
|
||||
fsType = "ext4";
|
||||
options = [ "defaults" ];
|
||||
};
|
||||
|
||||
fileSystems."/boot" = lib.mkOverride 2000 {
|
||||
fileSystems."/boot" = {
|
||||
label = "boot";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user