From 5b0a327f50a10466c9df0ce0e918eb95809ca5b9 Mon Sep 17 00:00:00 2001 From: kity Date: Wed, 30 Oct 2024 17:25:01 +0100 Subject: [PATCH] fixed bad mounting --- hosts/sisyphe/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sisyphe/hardware-configuration.nix b/hosts/sisyphe/hardware-configuration.nix index 0ac9604..98e7e3e 100644 --- a/hosts/sisyphe/hardware-configuration.nix +++ b/hosts/sisyphe/hardware-configuration.nix @@ -32,7 +32,7 @@ }; fileSystems."/srv/media" = { - device = "/dev/sdb1"; + device = "/dev/disk/by-uuid/bc4cf2f6-23ca-4d37-87d3-1b30148ab24b"; fsType = "ext4"; };