diff --git a/home/profile/base.nix b/home/profile/base.nix
index cc6dfa8..5b39e4a 100644
--- a/home/profile/base.nix
+++ b/home/profile/base.nix
@@ -70,7 +70,7 @@ in
       extraFlags = [
         "--quiet"
         "--systemd"
-        "--inherit" "any"
+        "--inherit" "any-once"
         "--noask"
       ];
     };