[archive] Remove auto-start

This commit is contained in:
2026-05-31 16:42:51 -07:00
parent 2b33bbca32
commit 3d2bb28eec
+2 -1
View File
@@ -41,7 +41,8 @@
}; };
Install = { Install = {
WantedBy = [ "default.target" ]; # It doesn't like to disconnect on sleep, so not making it automount at all
# WantedBy = [ "default.target" ];
}; };
}; };
}; };