From 260832637fde58de8153f233132ed7c720aff513 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 12 Mar 2022 13:53:00 +0100 Subject: [PATCH] hosts/VEGAS: new main storage --- hosts/VEGAS/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/VEGAS/hardware-configuration.nix b/hosts/VEGAS/hardware-configuration.nix index d0ac5d4..b7f927f 100644 --- a/hosts/VEGAS/hardware-configuration.nix +++ b/hosts/VEGAS/hardware-configuration.nix @@ -24,7 +24,7 @@ }; fileSystems."/srv/storage" = - { device = "/dev/disk/by-uuid/344d2a7a-d219-45f9-b382-1ef934c2c1be"; + { device = "/dev/disk/by-uuid/4fc53695-3fc3-4053-a0d8-72255863fdc8"; fsType = "xfs"; };