From 505ca7ee454b52adef649333454a61fb11ac9420 Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 13 Jun 2025 21:55:01 +0300 Subject: [PATCH] hotfix? --- hosts/wallfacer/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/wallfacer/hardware-configuration.nix b/hosts/wallfacer/hardware-configuration.nix index 66d5025..73bb21e 100644 --- a/hosts/wallfacer/hardware-configuration.nix +++ b/hosts/wallfacer/hardware-configuration.nix @@ -29,12 +29,12 @@ ]; # 2 tb mini hdd - fileSystems."/data/atreus/" = + fileSystems."/data/atreus" = { device = "/dev/disk/by-uuid/1840c2af-fdb2-48b6-8555-2cecd1afb106"; fsType = "ext4"; }; # 500 gb nvme pcie - fileSystems."/data/kasio/" = + fileSystems."/data/kasio" = { device = "/dev/disk/by-uuid/af74aa48-8513-4e31-a4b7-9fdd138e0002"; fsType = "ext4"; };