diff --git a/home/profile/base.nix b/home/profile/base.nix index 38604cf..2f18c20 100644 --- a/home/profile/base.nix +++ b/home/profile/base.nix @@ -51,6 +51,8 @@ in extraFlags = [ "--quiet" "--systemd" + "--inherit" "any" + "--noask" ]; };