From baeec2f0ad4645b797bb03adbc8bcd36d2824558 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 13 Dec 2021 22:52:09 +0100 Subject: [PATCH] Change USB automount partition to /dev/sda1 --- modules/gui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui.nix b/modules/gui.nix index 0453d22..1ac5219 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -90,7 +90,7 @@ systemd.mounts = [ # USB { - what = "/dev/sdb1"; + what = "/dev/sda1"; where = "/usb"; mountConfig = { TimeoutSec = "5"; }; }