From 4b6f12b27d95505fdcbb844978211575d5fd52ae Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 22 Sep 2023 14:43:52 +0900 Subject: [PATCH] test --- nixos/hosts/nixos-vm-02/disks.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/nixos-vm-02/disks.nix b/nixos/hosts/nixos-vm-02/disks.nix index 76718581..7583d3b2 100644 --- a/nixos/hosts/nixos-vm-02/disks.nix +++ b/nixos/hosts/nixos-vm-02/disks.nix @@ -3,7 +3,7 @@ boot.initrd.luks.devices."sda2".device = "/dev/sda2"; services.btrfs.autoScrub.enable = true; services.btrfs.autoScrub.interval = "weekly"; - + disko.devices.disk.sda = { device = "/dev/sda"; content = { @@ -19,7 +19,7 @@ fs-type = "fat32"; content = { type = "filesystem"; - format = "fat32"; + format = "vfat"; mountpoint = "/boot"; }; } # partition 1