From de078d7815f354679a58482e6855b097efcc42fa Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sun, 17 Mar 2024 23:11:49 +0100 Subject: [PATCH] Let's make that path a bit more standard --- nixos/hosts/shodan/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/shodan/hardware-configuration.nix b/nixos/hosts/shodan/hardware-configuration.nix index ddbf19f..ac88e90 100644 --- a/nixos/hosts/shodan/hardware-configuration.nix +++ b/nixos/hosts/shodan/hardware-configuration.nix @@ -27,7 +27,7 @@ fsType = "vfat"; }; - fileSystems."/home/lillian/sd" = { + fileSystems."/run/media/lillian/SD" = { device = "/dev/mmcblk0p1"; fsType = "exfat"; };