From b6ae342b2f6b53a7144b93e249737159765b1b84 Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Sat, 20 Dec 2025 19:50:12 -0800 Subject: [PATCH] Fix typo --- systems/x86_64-linux/gospel/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/gospel/hardware-configuration.nix b/systems/x86_64-linux/gospel/hardware-configuration.nix index 80e8d94..ed8f5cd 100644 --- a/systems/x86_64-linux/gospel/hardware-configuration.nix +++ b/systems/x86_64-linux/gospel/hardware-configuration.nix @@ -24,7 +24,7 @@ boot.kernelModules = [ "kvm-intel" ]; fileSystems."/" = { - device = "/dev/disk/by-uuid/6119992c-19b7-42e6-8480-8bedccc23fc7 "; + device = "/dev/disk/by-uuid/6119992c-19b7-42e6-8480-8bedccc23fc7"; fsType = "bcachefs"; };