From 5d4eb85d53b3d17fe608fd1e117242bac5b6a9e5 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 4 Aug 2023 08:17:28 +0200 Subject: [PATCH] Odin: remove S3 mount autostart --- instances/odin/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instances/odin/hm.nix b/instances/odin/hm.nix index b9f6323..12d5db9 100644 --- a/instances/odin/hm.nix +++ b/instances/odin/hm.nix @@ -59,7 +59,7 @@ Type = "exec"; }; Install = { - WantedBy = [ "default.target" ]; + # WantedBy = [ "default.target" ]; }; };