From c360460d806c3d072901e44cc10fae745adccb65 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sat, 25 Feb 2023 10:32:54 -0500 Subject: [PATCH] add filesystem labels to disko config --- hosts/swan/disks.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/swan/disks.nix b/hosts/swan/disks.nix index ffa1155..95e2667 100644 --- a/hosts/swan/disks.nix +++ b/hosts/swan/disks.nix @@ -19,6 +19,7 @@ type = "filesystem"; format = "vfat"; mountpoint = "/boot"; + extraArgs = "--label boot"; }; } { @@ -32,6 +33,7 @@ type = "filesystem"; format = "ext4"; mountpoint = "/"; + extraArgs = "--label nixos"; }; } ];